Html Css Color HEX #D02E3E Brick Red

📋 copy color: '#D02E3E'

red 208 ◦ green 46 ◦ blue 62

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

Shades of Brick Red #D02E3E

Tints of Brick Red #D02E3E

RGB

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

 GREEN value IS 46 (18.36% from 255) = 14.56%

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

R = 65.82%
G = 14.56%
B = 19.62%

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

#D02E3E (or 0xD02E3E) is known color: Brick Red. HEX triplet: D0, 2E and 3E. RGB value is (208,46,62). Sum of RGB (Red+Green+Blue) = 208+46+62=316 (41% of max value = 765). Red value is 208 (81.64% from 255 or 65.82% from 316); Green value is 46 (18.36% from 255 or 14.56% from 316); Blue value is 62 (24.61% from 255 or 19.62% from 316); Max value from RGB is 208 - color contains mainly: red. Hex color #D02E3E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D02E3E is #2FD1C1. Grayscale: #606060. Windows color (decimal): -3133890 or 4075216. OLE color: 4075216.

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

Color convert

RGB 208 46 62 -
CMYK 0 0.78 0.70 0.18
HSL 354.07º 0.64% 0.5% -
HSV(B) 354.07º 0.78% 0.82% -
XYZ 27.86 15.71 6.12 -
YUV 96.26 108.67 207.7 -
System Red Green Blue C M Y K H S L
Decimal 208 46 62 0 0.78 0.70 0.18 354.07 0.64 0.5
Hex D0 2E 3E 0 4E 46 12 162 40 32
Octal 320 56 76 0 116 106 22 542 100 62
Binary 11010000 101110 111110 0 1001110 1000110 10010 101100010 1000000 110010

Color Harmonies of #D02E3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D02E3E

Black with #D02E3E

Text Example


Text Example

White with #D02E3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D02E3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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