Html Css Color HEX #DC4A43 Cinnabar

📋 copy color: '#DC4A43'

red 220 ◦ green 74 ◦ blue 67

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

Shades of Cinnabar #DC4A43

Tints of Cinnabar #DC4A43

RGB

 RED value IS 220 (86.33% from 255) = 60.94%

 GREEN value IS 74 (29.3% from 255) = 20.5%

 BLUE value IS 67 (26.56% from 255) = 18.56%

R = 60.94%
G = 20.5%
B = 18.56%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.70

 K value IS 0.14

RGB Variations

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

Color information

#DC4A43 (or 0xDC4A43) is known color: Cinnabar. HEX triplet: DC, 4A and 43. RGB value is (220,74,67). Sum of RGB (Red+Green+Blue) = 220+74+67=361 (47% of max value = 765). Red value is 220 (86.33% from 255 or 60.94% from 361); Green value is 74 (29.30% from 255 or 20.50% from 361); Blue value is 67 (26.56% from 255 or 18.56% from 361); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4A43 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC4A43 is #23B5BC. Grayscale: #757575. Windows color (decimal): -2340285 or 4410076. OLE color: 4410076.

HSL color Cylindrical-coordinate representation of color #DC4A43: hue angle of 2.75º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DC4A43 is Cyan = 0, Magento = 0.66, Yellow = 0.70 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 74 67 -
CMYK 0 0.66 0.70 0.14
HSL 2.75º 0.69% 0.56% -
HSV(B) 2.75º 0.7% 0.86% -
XYZ 32.98 20.52 7.53 -
YUV 116.86 99.87 201.57 -
System Red Green Blue C M Y K H S L
Decimal 220 74 67 0 0.66 0.70 0.14 2.75 0.69 0.56
Hex DC 4A 43 0 42 46 E 3 45 38
Octal 334 112 103 0 102 106 16 3 105 70
Binary 11011100 1001010 1000011 0 1000010 1000110 1110 11 1000101 111000

Color Harmonies of #DC4A43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC4A43

Black with #DC4A43

Text Example


Text Example

White with #DC4A43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC4A43; }

 p { color: rgb(220,74,67); }

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

background-color css

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

 a { background-color: rgb(220,74,67); }

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

border-color css

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

 span { border-color: rgb(220,74,67); }

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