Html Css Color HEX #DE433C Cinnabar

📋 copy color: '#DE433C'

red 222 ◦ green 67 ◦ blue 60

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

Shades of Cinnabar #DE433C

Tints of Cinnabar #DE433C

RGB

 RED value IS 222 (87.11% from 255) = 63.61%

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

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

R = 63.61%
G = 19.2%
B = 17.19%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.73

 K value IS 0.13

RGB Variations

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

Color information

#DE433C (or 0xDE433C) is known color: Cinnabar. HEX triplet: DE, 43 and 3C. RGB value is (222,67,60). Sum of RGB (Red+Green+Blue) = 222+67+60=349 (46% of max value = 765). Red value is 222 (87.11% from 255 or 63.61% from 349); Green value is 67 (26.56% from 255 or 19.20% from 349); Blue value is 60 (23.83% from 255 or 17.19% from 349); Max value from RGB is 222 - color contains mainly: red. Hex color #DE433C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE433C is #21BCC3. Grayscale: #707070. Windows color (decimal): -2211012 or 3949534. OLE color: 3949534.

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

Color convert

RGB 222 67 60 -
CMYK 0 0.70 0.73 0.13
HSL 2.59º 0.71% 0.55% -
HSV(B) 2.59º 0.73% 0.87% -
XYZ 32.95 19.87 6.37 -
YUV 112.55 98.35 206.07 -
System Red Green Blue C M Y K H S L
Decimal 222 67 60 0 0.70 0.73 0.13 2.59 0.71 0.55
Hex DE 43 3C 0 46 49 D 3 47 37
Octal 336 103 74 0 106 111 15 3 107 67
Binary 11011110 1000011 111100 0 1000110 1001001 1101 11 1000111 110111

Color Harmonies of #DE433C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE433C

Black with #DE433C

Text Example


Text Example

White with #DE433C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE433C; }

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

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

background-color css

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

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

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

border-color css

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

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

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