Html Css Color HEX #D03140 Brick Red

📋 copy color: '#D03140'

red 208 ◦ green 49 ◦ blue 64

#D03140
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Brick Red #D03140

Tints of Brick Red #D03140

RGB

 RED value IS 208 (81.64% from 255) = 64.8%

 GREEN value IS 49 (19.53% from 255) = 15.26%

 BLUE value IS 64 (25.39% from 255) = 19.94%

R = 64.8%
G = 15.26%
B = 19.94%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.69

 K value IS 0.18

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#D03140 (or 0xD03140) is known color: Brick Red. HEX triplet: D0, 31 and 40. RGB value is (208,49,64). Sum of RGB (Red+Green+Blue) = 208+49+64=321 (42% of max value = 765). Red value is 208 (81.64% from 255 or 64.80% from 321); Green value is 49 (19.53% from 255 or 15.26% from 321); Blue value is 64 (25.39% from 255 or 19.94% from 321); Max value from RGB is 208 - color contains mainly: red. Hex color #D03140 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D03140 is #2FCEBF. Grayscale: #626262. Windows color (decimal): -3133120 or 4207056. OLE color: 4207056.

HSL color Cylindrical-coordinate representation of color #D03140: hue angle of 354.34º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D03140 is Cyan = 0, Magento = 0.76, Yellow = 0.69 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 49 64 -
CMYK 0 0.76 0.69 0.18
HSL 354.34º 0.63% 0.5% -
HSV(B) 354.34º 0.76% 0.82% -
XYZ 28.04 15.98 6.46 -
YUV 98.25 108.68 206.28 -
System Red Green Blue C M Y K H S L
Decimal 208 49 64 0 0.76 0.69 0.18 354.34 0.63 0.5
Hex D0 31 40 0 4C 45 12 162 3F 32
Octal 320 61 100 0 114 105 22 542 77 62
Binary 11010000 110001 1000000 0 1001100 1000101 10010 101100010 111111 110010

Color Harmonies of #D03140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D03140

Black with #D03140

Text Example


Text Example

White with #D03140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D03140; }

 p { color: rgb(208,49,64); }

 H1.HeaderClassName
 {
   color: #D03140;
 }
 .AnyTagClassName
 {
   color: #D03140;
 }
</style>

background-color css

<style>
 a { background-color: #D03140; }

 a { background-color: rgb(208,49,64); }

 div.DivClassName
 {
   background-color: #D03140;
 }
 .BgClassName
 {
   background-color: #D03140;
 }
</style>

border-color css

<style>
 span { border-color: #D03140; }

 span { border-color: rgb(208,49,64); }

 td.TdClassName
 {
   border-color: #D03140;
 }
 .TagClassName
 {
   border-color: #D03140;
 }
</style>