Html Css Color HEX #D02F42 Brick Red

📋 copy color: '#D02F42'

red 208 ◦ green 47 ◦ blue 66

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

Shades of Brick Red #D02F42

Tints of Brick Red #D02F42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 20.56%

R = 64.8%
G = 14.64%
B = 20.56%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.68

 K value IS 0.18

RGB Variations

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

Color information

#D02F42 (or 0xD02F42) is known color: Brick Red. HEX triplet: D0, 2F and 42. RGB value is (208,47,66). Sum of RGB (Red+Green+Blue) = 208+47+66=321 (42% of max value = 765). Red value is 208 (81.64% from 255 or 64.80% from 321); Green value is 47 (18.75% from 255 or 14.64% from 321); Blue value is 66 (26.17% from 255 or 20.56% from 321); Max value from RGB is 208 - color contains mainly: red. Hex color #D02F42 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D02F42 is #2FD0BD. Grayscale: #616161. Windows color (decimal): -3133630 or 4337616. OLE color: 4337616.

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

Color convert

RGB 208 47 66 -
CMYK 0 0.77 0.68 0.18
HSL 352.92º 0.63% 0.5% -
HSV(B) 352.92º 0.77% 0.82% -
XYZ 28.01 15.84 6.73 -
YUV 97.31 110.34 206.96 -
System Red Green Blue C M Y K H S L
Decimal 208 47 66 0 0.77 0.68 0.18 352.92 0.63 0.5
Hex D0 2F 42 0 4D 44 12 161 3F 32
Octal 320 57 102 0 115 104 22 541 77 62
Binary 11010000 101111 1000010 0 1001101 1000100 10010 101100001 111111 110010

Color Harmonies of #D02F42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D02F42

Black with #D02F42

Text Example


Text Example

White with #D02F42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D02F42; }

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

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

background-color css

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

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

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

border-color css

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

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

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