Html Css Color HEX #D02E3C Brick Red

📋 copy color: '#D02E3C'

red 208 ◦ green 46 ◦ blue 60

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

Shades of Brick Red #D02E3C

Tints of Brick Red #D02E3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 19.11%

R = 66.24%
G = 14.65%
B = 19.11%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.71

 K value IS 0.18

RGB Variations

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

Color information

#D02E3C (or 0xD02E3C) is known color: Brick Red. HEX triplet: D0, 2E and 3C. RGB value is (208,46,60). Sum of RGB (Red+Green+Blue) = 208+46+60=314 (41% of max value = 765). Red value is 208 (81.64% from 255 or 66.24% from 314); Green value is 46 (18.36% from 255 or 14.65% from 314); Blue value is 60 (23.83% from 255 or 19.11% from 314); Max value from RGB is 208 - color contains mainly: red. Hex color #D02E3C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D02E3C is #2FD1C3. Grayscale: #606060. Windows color (decimal): -3133892 or 3944144. OLE color: 3944144.

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

Color convert

RGB 208 46 60 -
CMYK 0 0.78 0.71 0.18
HSL 354.81º 0.64% 0.5% -
HSV(B) 354.81º 0.78% 0.82% -
XYZ 27.81 15.69 5.84 -
YUV 96.03 107.67 207.86 -
System Red Green Blue C M Y K H S L
Decimal 208 46 60 0 0.78 0.71 0.18 354.81 0.64 0.5
Hex D0 2E 3C 0 4E 47 12 163 40 32
Octal 320 56 74 0 116 107 22 543 100 62
Binary 11010000 101110 111100 0 1001110 1000111 10010 101100011 1000000 110010

Color Harmonies of #D02E3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D02E3C

Black with #D02E3C

Text Example


Text Example

White with #D02E3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D02E3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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