Html Css Color HEX #D02F3F Brick Red

📋 copy color: '#D02F3F'

red 208 ◦ green 47 ◦ blue 63

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

Shades of Brick Red #D02F3F

Tints of Brick Red #D02F3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 19.81%

R = 65.41%
G = 14.78%
B = 19.81%

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

#D02F3F (or 0xD02F3F) is known color: Brick Red. HEX triplet: D0, 2F and 3F. RGB value is (208,47,63). Sum of RGB (Red+Green+Blue) = 208+47+63=318 (42% of max value = 765). Red value is 208 (81.64% from 255 or 65.41% from 318); Green value is 47 (18.75% from 255 or 14.78% from 318); Blue value is 63 (25% from 255 or 19.81% from 318); Max value from RGB is 208 - color contains mainly: red. Hex color #D02F3F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D02F3F is #2FD0C0. Grayscale: #616161. Windows color (decimal): -3133633 or 4141008. OLE color: 4141008.

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

Color convert

RGB 208 47 63 -
CMYK 0 0.77 0.70 0.18
HSL 354.04º 0.63% 0.5% -
HSV(B) 354.04º 0.77% 0.82% -
XYZ 27.93 15.8 6.28 -
YUV 96.96 108.84 207.2 -
System Red Green Blue C M Y K H S L
Decimal 208 47 63 0 0.77 0.70 0.18 354.04 0.63 0.5
Hex D0 2F 3F 0 4D 46 12 162 3F 32
Octal 320 57 77 0 115 106 22 542 77 62
Binary 11010000 101111 111111 0 1001101 1000110 10010 101100010 111111 110010

Color Harmonies of #D02F3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D02F3F

Black with #D02F3F

Text Example


Text Example

White with #D02F3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D02F3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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