Html Css Color HEX #D02C46 Brick Red

📋 copy color: '#D02C46'

red 208 ◦ green 44 ◦ blue 70

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

Shades of Brick Red #D02C46

Tints of Brick Red #D02C46

RGB

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

 GREEN value IS 44 (17.58% from 255) = 13.66%

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

R = 64.6%
G = 13.66%
B = 21.74%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.66

 K value IS 0.18

RGB Variations

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

Color information

#D02C46 (or 0xD02C46) is known color: Brick Red. HEX triplet: D0, 2C and 46. RGB value is (208,44,70). Sum of RGB (Red+Green+Blue) = 208+44+70=322 (42% of max value = 765). Red value is 208 (81.64% from 255 or 64.60% from 322); Green value is 44 (17.58% from 255 or 13.66% from 322); Blue value is 70 (27.73% from 255 or 21.74% from 322); Max value from RGB is 208 - color contains mainly: red. Hex color #D02C46 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D02C46 is #2FD3B9. Grayscale: #606060. Windows color (decimal): -3134394 or 4598992. OLE color: 4598992.

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

Color convert

RGB 208 44 70 -
CMYK 0 0.79 0.66 0.18
HSL 350.49º 0.65% 0.49% -
HSV(B) 350.49º 0.79% 0.82% -
XYZ 28.02 15.65 7.34 -
YUV 96 113.33 207.89 -
System Red Green Blue C M Y K H S L
Decimal 208 44 70 0 0.79 0.66 0.18 350.49 0.65 0.49
Hex D0 2C 46 0 4F 42 12 15E 41 31
Octal 320 54 106 0 117 102 22 536 101 61
Binary 11010000 101100 1000110 0 1001111 1000010 10010 101011110 1000001 110001

Color Harmonies of #D02C46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D02C46

Black with #D02C46

Text Example


Text Example

White with #D02C46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D02C46; }

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

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

background-color css

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

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

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

border-color css

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

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

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