Html Css Color HEX #DC433E Cinnabar

📋 copy color: '#DC433E'

red 220 ◦ green 67 ◦ blue 62

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

Shades of Cinnabar #DC433E

Tints of Cinnabar #DC433E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 17.77%

R = 63.04%
G = 19.2%
B = 17.77%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.72

 K value IS 0.14

RGB Variations

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

Color information

#DC433E (or 0xDC433E) is known color: Cinnabar. HEX triplet: DC, 43 and 3E. RGB value is (220,67,62). Sum of RGB (Red+Green+Blue) = 220+67+62=349 (46% of max value = 765). Red value is 220 (86.33% from 255 or 63.04% from 349); Green value is 67 (26.56% from 255 or 19.20% from 349); Blue value is 62 (24.61% from 255 or 17.77% from 349); Max value from RGB is 220 - color contains mainly: red. Hex color #DC433E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC433E is #23BCC1. Grayscale: #707070. Windows color (decimal): -2342082 or 4080604. OLE color: 4080604.

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

Color convert

RGB 220 67 62 -
CMYK 0 0.70 0.72 0.14
HSL 1.9º 0.69% 0.55% -
HSV(B) 1.9º 0.72% 0.86% -
XYZ 32.39 19.58 6.63 -
YUV 112.18 99.69 204.91 -
System Red Green Blue C M Y K H S L
Decimal 220 67 62 0 0.70 0.72 0.14 1.9 0.69 0.55
Hex DC 43 3E 0 46 48 E 2 45 37
Octal 334 103 76 0 106 110 16 2 105 67
Binary 11011100 1000011 111110 0 1000110 1001000 1110 10 1000101 110111

Color Harmonies of #DC433E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC433E

Black with #DC433E

Text Example


Text Example

White with #DC433E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC433E; }

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

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

background-color css

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

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

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

border-color css

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

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

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