Html Css Color HEX #D02F3E Brick Red

📋 copy color: '#D02F3E'

red 208 ◦ green 47 ◦ blue 62

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

Shades of Brick Red #D02F3E

Tints of Brick Red #D02F3E

RGB

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

 GREEN value IS 47 (18.75% from 255) = 14.83%

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

R = 65.62%
G = 14.83%
B = 19.56%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.70

 K value IS 0.18

RGB Variations

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

Color information

#D02F3E (or 0xD02F3E) is known color: Brick Red. HEX triplet: D0, 2F and 3E. RGB value is (208,47,62). Sum of RGB (Red+Green+Blue) = 208+47+62=317 (41% of max value = 765). Red value is 208 (81.64% from 255 or 65.62% from 317); Green value is 47 (18.75% from 255 or 14.83% from 317); Blue value is 62 (24.61% from 255 or 19.56% from 317); Max value from RGB is 208 - color contains mainly: red. Hex color #D02F3E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D02F3E is #2FD0C1. Grayscale: #606060. Windows color (decimal): -3133634 or 4075472. OLE color: 4075472.

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

Color convert

RGB 208 47 62 -
CMYK 0 0.77 0.70 0.18
HSL 354.41º 0.63% 0.5% -
HSV(B) 354.41º 0.77% 0.82% -
XYZ 27.9 15.79 6.13 -
YUV 96.85 108.34 207.28 -
System Red Green Blue C M Y K H S L
Decimal 208 47 62 0 0.77 0.70 0.18 354.41 0.63 0.5
Hex D0 2F 3E 0 4D 46 12 162 3F 32
Octal 320 57 76 0 115 106 22 542 77 62
Binary 11010000 101111 111110 0 1001101 1000110 10010 101100010 111111 110010

Color Harmonies of #D02F3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D02F3E

Black with #D02F3E

Text Example


Text Example

White with #D02F3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D02F3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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