Html Css Color HEX #D02D4C Brick Red

📋 copy color: '#D02D4C'

red 208 ◦ green 45 ◦ blue 76

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

Shades of Brick Red #D02D4C

Tints of Brick Red #D02D4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 23.1%

R = 63.22%
G = 13.68%
B = 23.1%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.63

 K value IS 0.18

RGB Variations

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

Color information

#D02D4C (or 0xD02D4C) is known color: Brick Red. HEX triplet: D0, 2D and 4C. RGB value is (208,45,76). Sum of RGB (Red+Green+Blue) = 208+45+76=329 (43% of max value = 765). Red value is 208 (81.64% from 255 or 63.22% from 329); Green value is 45 (17.97% from 255 or 13.68% from 329); Blue value is 76 (30.08% from 255 or 23.10% from 329); Max value from RGB is 208 - color contains mainly: red. Hex color #D02D4C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D02D4C is #2FD2B3. Grayscale: #616161. Windows color (decimal): -3134132 or 4992464. OLE color: 4992464.

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

Color convert

RGB 208 45 76 -
CMYK 0 0.78 0.63 0.18
HSL 348.59º 0.64% 0.5% -
HSV(B) 348.59º 0.78% 0.82% -
XYZ 28.26 15.81 8.4 -
YUV 97.27 116 206.98 -
System Red Green Blue C M Y K H S L
Decimal 208 45 76 0 0.78 0.63 0.18 348.59 0.64 0.5
Hex D0 2D 4C 0 4E 3F 12 15D 40 32
Octal 320 55 114 0 116 77 22 535 100 62
Binary 11010000 101101 1001100 0 1001110 111111 10010 101011101 1000000 110010

Color Harmonies of #D02D4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D02D4C

Black with #D02D4C

Text Example


Text Example

White with #D02D4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D02D4C; }

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

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

background-color css

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

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

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

border-color css

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

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

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