Html Css Color HEX #D02C4A Brick Red

📋 copy color: '#D02C4A'

red 208 ◦ green 44 ◦ blue 74

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

Shades of Brick Red #D02C4A

Tints of Brick Red #D02C4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 22.7%

R = 63.8%
G = 13.5%
B = 22.7%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.64

 K value IS 0.18

RGB Variations

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

Color information

#D02C4A (or 0xD02C4A) is known color: Brick Red. HEX triplet: D0, 2C and 4A. RGB value is (208,44,74). Sum of RGB (Red+Green+Blue) = 208+44+74=326 (43% of max value = 765). Red value is 208 (81.64% from 255 or 63.80% from 326); Green value is 44 (17.58% from 255 or 13.50% from 326); Blue value is 74 (29.30% from 255 or 22.70% from 326); Max value from RGB is 208 - color contains mainly: red. Hex color #D02C4A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D02C4A is #2FD3B5. Grayscale: #606060. Windows color (decimal): -3134390 or 4861136. OLE color: 4861136.

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

Color convert

RGB 208 44 74 -
CMYK 0 0.79 0.64 0.18
HSL 349.02º 0.65% 0.49% -
HSV(B) 349.02º 0.79% 0.82% -
XYZ 28.15 15.71 8.03 -
YUV 96.46 115.33 207.56 -
System Red Green Blue C M Y K H S L
Decimal 208 44 74 0 0.79 0.64 0.18 349.02 0.65 0.49
Hex D0 2C 4A 0 4F 40 12 15D 41 31
Octal 320 54 112 0 117 100 22 535 101 61
Binary 11010000 101100 1001010 0 1001111 1000000 10010 101011101 1000001 110001

Color Harmonies of #D02C4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D02C4A

Black with #D02C4A

Text Example


Text Example

White with #D02C4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D02C4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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