Html Css Color HEX #D02D45 Brick Red

📋 copy color: '#D02D45'

red 208 ◦ green 45 ◦ blue 69

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

Shades of Brick Red #D02D45

Tints of Brick Red #D02D45

RGB

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

 GREEN value IS 45 (17.97% from 255) = 13.98%

 BLUE value IS 69 (27.34% from 255) = 21.43%

R = 64.6%
G = 13.98%
B = 21.43%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.67

 K value IS 0.18

RGB Variations

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

Color information

#D02D45 (or 0xD02D45) is known color: Brick Red. HEX triplet: D0, 2D and 45. RGB value is (208,45,69). Sum of RGB (Red+Green+Blue) = 208+45+69=322 (42% of max value = 765). Red value is 208 (81.64% from 255 or 64.60% from 322); Green value is 45 (17.97% from 255 or 13.98% from 322); Blue value is 69 (27.34% from 255 or 21.43% from 322); Max value from RGB is 208 - color contains mainly: red. Hex color #D02D45 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D02D45 is #2FD2BA. Grayscale: #606060. Windows color (decimal): -3134139 or 4533712. OLE color: 4533712.

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

Color convert

RGB 208 45 69 -
CMYK 0 0.78 0.67 0.18
HSL 351.17º 0.64% 0.5% -
HSV(B) 351.17º 0.78% 0.82% -
XYZ 28.02 15.72 7.19 -
YUV 96.47 112.5 207.55 -
System Red Green Blue C M Y K H S L
Decimal 208 45 69 0 0.78 0.67 0.18 351.17 0.64 0.5
Hex D0 2D 45 0 4E 43 12 15F 40 32
Octal 320 55 105 0 116 103 22 537 100 62
Binary 11010000 101101 1000101 0 1001110 1000011 10010 101011111 1000000 110010

Color Harmonies of #D02D45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D02D45

Black with #D02D45

Text Example


Text Example

White with #D02D45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D02D45; }

 p { color: rgb(208,45,69); }

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

background-color css

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

 a { background-color: rgb(208,45,69); }

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

border-color css

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

 span { border-color: rgb(208,45,69); }

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