Html Css Color HEX #D02447 Brick Red

📋 copy color: '#D02447'

red 208 ◦ green 36 ◦ blue 71

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

Shades of Brick Red #D02447

Tints of Brick Red #D02447

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 22.54%

R = 66.03%
G = 11.43%
B = 22.54%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.66

 K value IS 0.18

RGB Variations

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

Color information

#D02447 (or 0xD02447) is known color: Brick Red. HEX triplet: D0, 24 and 47. RGB value is (208,36,71). Sum of RGB (Red+Green+Blue) = 208+36+71=315 (41% of max value = 765). Red value is 208 (81.64% from 255 or 66.03% from 315); Green value is 36 (14.45% from 255 or 11.43% from 315); Blue value is 71 (28.12% from 255 or 22.54% from 315); Max value from RGB is 208 - color contains mainly: red. Hex color #D02447 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D02447 is #2FDBB8. Grayscale: #5B5B5B. Windows color (decimal): -3136441 or 4662480. OLE color: 4662480.

HSL color Cylindrical-coordinate representation of color #D02447: hue angle of 347.79º 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 #D02447 is Cyan = 0, Magento = 0.83, Yellow = 0.66 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 36 71 -
CMYK 0 0.83 0.66 0.18
HSL 347.79º 0.7% 0.48% -
HSV(B) 347.79º 0.83% 0.82% -
XYZ 27.78 15.13 7.42 -
YUV 91.42 116.48 211.15 -
System Red Green Blue C M Y K H S L
Decimal 208 36 71 0 0.83 0.66 0.18 347.79 0.7 0.48
Hex D0 24 47 0 53 42 12 15C 46 30
Octal 320 44 107 0 123 102 22 534 106 60
Binary 11010000 100100 1000111 0 1010011 1000010 10010 101011100 1000110 110000

Color Harmonies of #D02447

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D02447

Black with #D02447

Text Example


Text Example

White with #D02447

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D02447; }

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

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

background-color css

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

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

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

border-color css

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

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

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