Html Css Color HEX #D02D3F Brick Red

📋 copy color: '#D02D3F'

red 208 ◦ green 45 ◦ blue 63

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

Shades of Brick Red #D02D3F

Tints of Brick Red #D02D3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 19.94%

R = 65.82%
G = 14.24%
B = 19.94%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.70

 K value IS 0.18

RGB Variations

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

Color information

#D02D3F (or 0xD02D3F) is known color: Brick Red. HEX triplet: D0, 2D and 3F. RGB value is (208,45,63). Sum of RGB (Red+Green+Blue) = 208+45+63=316 (41% of max value = 765). Red value is 208 (81.64% from 255 or 65.82% from 316); Green value is 45 (17.97% from 255 or 14.24% from 316); Blue value is 63 (25% from 255 or 19.94% from 316); Max value from RGB is 208 - color contains mainly: red. Hex color #D02D3F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D02D3F is #2FD2C0. Grayscale: #5F5F5F. Windows color (decimal): -3134145 or 4140496. OLE color: 4140496.

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

Color convert

RGB 208 45 63 -
CMYK 0 0.78 0.70 0.18
HSL 353.37º 0.64% 0.5% -
HSV(B) 353.37º 0.78% 0.82% -
XYZ 27.85 15.65 6.25 -
YUV 95.79 109.5 208.04 -
System Red Green Blue C M Y K H S L
Decimal 208 45 63 0 0.78 0.70 0.18 353.37 0.64 0.5
Hex D0 2D 3F 0 4E 46 12 161 40 32
Octal 320 55 77 0 116 106 22 541 100 62
Binary 11010000 101101 111111 0 1001110 1000110 10010 101100001 1000000 110010

Color Harmonies of #D02D3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D02D3F

Black with #D02D3F

Text Example


Text Example

White with #D02D3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D02D3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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