Html Css Color HEX #DC433C Cinnabar

📋 copy color: '#DC433C'

red 220 ◦ green 67 ◦ blue 60

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

Shades of Cinnabar #DC433C

Tints of Cinnabar #DC433C

RGB

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

 GREEN value IS 67 (26.56% from 255) = 19.31%

 BLUE value IS 60 (23.83% from 255) = 17.29%

R = 63.4%
G = 19.31%
B = 17.29%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.73

 K value IS 0.14

RGB Variations

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

Color information

#DC433C (or 0xDC433C) is known color: Cinnabar. HEX triplet: DC, 43 and 3C. RGB value is (220,67,60). Sum of RGB (Red+Green+Blue) = 220+67+60=347 (45% of max value = 765). Red value is 220 (86.33% from 255 or 63.40% from 347); Green value is 67 (26.56% from 255 or 19.31% from 347); Blue value is 60 (23.83% from 255 or 17.29% from 347); Max value from RGB is 220 - color contains mainly: red. Hex color #DC433C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC433C is #23BCC3. Grayscale: #707070. Windows color (decimal): -2342084 or 3949532. OLE color: 3949532.

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

Color convert

RGB 220 67 60 -
CMYK 0 0.70 0.73 0.14
HSL 2.63º 0.7% 0.55% -
HSV(B) 2.63º 0.73% 0.86% -
XYZ 32.34 19.56 6.35 -
YUV 111.95 98.69 205.07 -
System Red Green Blue C M Y K H S L
Decimal 220 67 60 0 0.70 0.73 0.14 2.63 0.7 0.55
Hex DC 43 3C 0 46 49 E 3 46 37
Octal 334 103 74 0 106 111 16 3 106 67
Binary 11011100 1000011 111100 0 1000110 1001001 1110 11 1000110 110111

Color Harmonies of #DC433C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC433C

Black with #DC433C

Text Example


Text Example

White with #DC433C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC433C; }

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

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

background-color css

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

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

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

border-color css

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

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

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