Html Css Color HEX #D02C3E Brick Red

📋 copy color: '#D02C3E'

red 208 ◦ green 44 ◦ blue 62

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

Shades of Brick Red #D02C3E

Tints of Brick Red #D02C3E

RGB

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

 GREEN value IS 44 (17.58% from 255) = 14.01%

 BLUE value IS 62 (24.61% from 255) = 19.75%

R = 66.24%
G = 14.01%
B = 19.75%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.70

 K value IS 0.18

RGB Variations

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

Color information

#D02C3E (or 0xD02C3E) is known color: Brick Red. HEX triplet: D0, 2C and 3E. RGB value is (208,44,62). Sum of RGB (Red+Green+Blue) = 208+44+62=314 (41% of max value = 765). Red value is 208 (81.64% from 255 or 66.24% from 314); Green value is 44 (17.58% from 255 or 14.01% from 314); Blue value is 62 (24.61% from 255 or 19.75% from 314); Max value from RGB is 208 - color contains mainly: red. Hex color #D02C3E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D02C3E is #2FD3C1. Grayscale: #5F5F5F. Windows color (decimal): -3134402 or 4074704. OLE color: 4074704.

HSL color Cylindrical-coordinate representation of color #D02C3E: hue angle of 353.41º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D02C3E is Cyan = 0, Magento = 0.79, Yellow = 0.70 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 44 62 -
CMYK 0 0.79 0.70 0.18
HSL 353.41º 0.65% 0.49% -
HSV(B) 353.41º 0.79% 0.82% -
XYZ 27.78 15.56 6.1 -
YUV 95.09 109.33 208.54 -
System Red Green Blue C M Y K H S L
Decimal 208 44 62 0 0.79 0.70 0.18 353.41 0.65 0.49
Hex D0 2C 3E 0 4F 46 12 161 41 31
Octal 320 54 76 0 117 106 22 541 101 61
Binary 11010000 101100 111110 0 1001111 1000110 10010 101100001 1000001 110001

Color Harmonies of #D02C3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D02C3E

Black with #D02C3E

Text Example


Text Example

White with #D02C3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D02C3E; }

 p { color: rgb(208,44,62); }

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

background-color css

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

 a { background-color: rgb(208,44,62); }

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

border-color css

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

 span { border-color: rgb(208,44,62); }

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