Html Css Color HEX #D02E4D Brick Red

📋 copy color: '#D02E4D'

red 208 ◦ green 46 ◦ blue 77

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

Shades of Brick Red #D02E4D

Tints of Brick Red #D02E4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 23.26%

R = 62.84%
G = 13.9%
B = 23.26%

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

#D02E4D (or 0xD02E4D) is known color: Brick Red. HEX triplet: D0, 2E and 4D. RGB value is (208,46,77). Sum of RGB (Red+Green+Blue) = 208+46+77=331 (43% of max value = 765). Red value is 208 (81.64% from 255 or 62.84% from 331); Green value is 46 (18.36% from 255 or 13.90% from 331); Blue value is 77 (30.47% from 255 or 23.26% from 331); Max value from RGB is 208 - color contains mainly: red. Hex color #D02E4D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D02E4D is #2FD1B2. Grayscale: #626262. Windows color (decimal): -3133875 or 5058256. OLE color: 5058256.

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

Color convert

RGB 208 46 77 -
CMYK 0 0.78 0.63 0.18
HSL 348.52º 0.64% 0.5% -
HSV(B) 348.52º 0.78% 0.82% -
XYZ 28.33 15.9 8.6 -
YUV 97.97 116.17 206.48 -
System Red Green Blue C M Y K H S L
Decimal 208 46 77 0 0.78 0.63 0.18 348.52 0.64 0.5
Hex D0 2E 4D 0 4E 3F 12 15D 40 32
Octal 320 56 115 0 116 77 22 535 100 62
Binary 11010000 101110 1001101 0 1001110 111111 10010 101011101 1000000 110010

Color Harmonies of #D02E4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D02E4D

Black with #D02E4D

Text Example


Text Example

White with #D02E4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D02E4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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