Html Css Color HEX #D02448 Brick Red

📋 copy color: '#D02448'

red 208 ◦ green 36 ◦ blue 72

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

Shades of Brick Red #D02448

Tints of Brick Red #D02448

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 22.78%

R = 65.82%
G = 11.39%
B = 22.78%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.65

 K value IS 0.18

RGB Variations

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

Color information

#D02448 (or 0xD02448) is known color: Brick Red. HEX triplet: D0, 24 and 48. RGB value is (208,36,72). Sum of RGB (Red+Green+Blue) = 208+36+72=316 (41% of max value = 765). Red value is 208 (81.64% from 255 or 65.82% from 316); Green value is 36 (14.45% from 255 or 11.39% from 316); Blue value is 72 (28.52% from 255 or 22.78% from 316); Max value from RGB is 208 - color contains mainly: red. Hex color #D02448 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D02448 is #2FDBB7. Grayscale: #5B5B5B. Windows color (decimal): -3136440 or 4728016. OLE color: 4728016.

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

Color convert

RGB 208 36 72 -
CMYK 0 0.83 0.65 0.18
HSL 347.44º 0.7% 0.48% -
HSV(B) 347.44º 0.83% 0.82% -
XYZ 27.81 15.14 7.59 -
YUV 91.53 116.98 211.07 -
System Red Green Blue C M Y K H S L
Decimal 208 36 72 0 0.83 0.65 0.18 347.44 0.7 0.48
Hex D0 24 48 0 53 41 12 15B 46 30
Octal 320 44 110 0 123 101 22 533 106 60
Binary 11010000 100100 1001000 0 1010011 1000001 10010 101011011 1000110 110000

Color Harmonies of #D02448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D02448

Black with #D02448

Text Example


Text Example

White with #D02448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D02448; }

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

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

background-color css

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

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

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

border-color css

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

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

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