Html Css Color HEX #D02246 Brick Red

📋 copy color: '#D02246'

red 208 ◦ green 34 ◦ blue 70

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

Shades of Brick Red #D02246

Tints of Brick Red #D02246

RGB

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

 GREEN value IS 34 (13.67% from 255) = 10.9%

 BLUE value IS 70 (27.73% from 255) = 22.44%

R = 66.67%
G = 10.9%
B = 22.44%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.66

 K value IS 0.18

RGB Variations

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

Color information

#D02246 (or 0xD02246) is known color: Brick Red. HEX triplet: D0, 22 and 46. RGB value is (208,34,70). Sum of RGB (Red+Green+Blue) = 208+34+70=312 (41% of max value = 765). Red value is 208 (81.64% from 255 or 66.67% from 312); Green value is 34 (13.67% from 255 or 10.90% from 312); Blue value is 70 (27.73% from 255 or 22.44% from 312); Max value from RGB is 208 - color contains mainly: red. Hex color #D02246 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D02246 is #2FDDB9. Grayscale: #5A5A5A. Windows color (decimal): -3136954 or 4596432. OLE color: 4596432.

HSL color Cylindrical-coordinate representation of color #D02246: hue angle of 347.59º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D02246 is Cyan = 0, Magento = 0.84, Yellow = 0.66 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 34 70 -
CMYK 0 0.84 0.66 0.18
HSL 347.59º 0.72% 0.47% -
HSV(B) 347.59º 0.84% 0.82% -
XYZ 27.69 15 7.23 -
YUV 90.13 116.65 212.07 -
System Red Green Blue C M Y K H S L
Decimal 208 34 70 0 0.84 0.66 0.18 347.59 0.72 0.47
Hex D0 22 46 0 54 42 12 15C 48 2F
Octal 320 42 106 0 124 102 22 534 110 57
Binary 11010000 100010 1000110 0 1010100 1000010 10010 101011100 1001000 101111

Color Harmonies of #D02246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D02246

Black with #D02246

Text Example


Text Example

White with #D02246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D02246; }

 p { color: rgb(208,34,70); }

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

background-color css

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

 a { background-color: rgb(208,34,70); }

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

border-color css

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

 span { border-color: rgb(208,34,70); }

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