Html Css Color HEX #D02441 Brick Red

📋 copy color: '#D02441'

red 208 ◦ green 36 ◦ blue 65

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

Shades of Brick Red #D02441

Tints of Brick Red #D02441

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.65%

 BLUE value IS 65 (25.78% from 255) = 21.04%

R = 67.31%
G = 11.65%
B = 21.04%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.69

 K value IS 0.18

RGB Variations

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

Color information

#D02441 (or 0xD02441) is known color: Brick Red. HEX triplet: D0, 24 and 41. RGB value is (208,36,65). Sum of RGB (Red+Green+Blue) = 208+36+65=309 (40% of max value = 765). Red value is 208 (81.64% from 255 or 67.31% from 309); Green value is 36 (14.45% from 255 or 11.65% from 309); Blue value is 65 (25.78% from 255 or 21.04% from 309); Max value from RGB is 208 - color contains mainly: red. Hex color #D02441 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D02441 is #2FDBBE. Grayscale: #5A5A5A. Windows color (decimal): -3136447 or 4269264. OLE color: 4269264.

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

Color convert

RGB 208 36 65 -
CMYK 0 0.83 0.69 0.18
HSL 349.88º 0.7% 0.48% -
HSV(B) 349.88º 0.83% 0.82% -
XYZ 27.6 15.05 6.45 -
YUV 90.73 113.48 211.64 -
System Red Green Blue C M Y K H S L
Decimal 208 36 65 0 0.83 0.69 0.18 349.88 0.7 0.48
Hex D0 24 41 0 53 45 12 15E 46 30
Octal 320 44 101 0 123 105 22 536 106 60
Binary 11010000 100100 1000001 0 1010011 1000101 10010 101011110 1000110 110000

Color Harmonies of #D02441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D02441

Black with #D02441

Text Example


Text Example

White with #D02441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D02441; }

 p { color: rgb(208,36,65); }

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

background-color css

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

 a { background-color: rgb(208,36,65); }

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

border-color css

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

 span { border-color: rgb(208,36,65); }

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