Html Css Color HEX #DE4C2A Cinnabar

📋 copy color: '#DE4C2A'

red 222 ◦ green 76 ◦ blue 42

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

Shades of Cinnabar #DE4C2A

Tints of Cinnabar #DE4C2A

RGB

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

 GREEN value IS 76 (30.08% from 255) = 22.35%

 BLUE value IS 42 (16.8% from 255) = 12.35%

R = 65.29%
G = 22.35%
B = 12.35%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.81

 K value IS 0.13

RGB Variations

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

Color information

#DE4C2A (or 0xDE4C2A) is known color: Cinnabar. HEX triplet: DE, 4C and 2A. RGB value is (222,76,42). Sum of RGB (Red+Green+Blue) = 222+76+42=340 (45% of max value = 765). Red value is 222 (87.11% from 255 or 65.29% from 340); Green value is 76 (30.08% from 255 or 22.35% from 340); Blue value is 42 (16.80% from 255 or 12.35% from 340); Max value from RGB is 222 - color contains mainly: red. Hex color #DE4C2A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE4C2A is #21B3D5. Grayscale: #747474. Windows color (decimal): -2208726 or 2772190. OLE color: 2772190.

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

Color convert

RGB 222 76 42 -
CMYK 0 0.66 0.81 0.13
HSL 11.33º 0.73% 0.52% -
HSV(B) 11.33º 0.81% 0.87% -
XYZ 33.13 20.87 4.47 -
YUV 115.78 86.37 203.76 -
System Red Green Blue C M Y K H S L
Decimal 222 76 42 0 0.66 0.81 0.13 11.33 0.73 0.52
Hex DE 4C 2A 0 42 51 D B 49 34
Octal 336 114 52 0 102 121 15 13 111 64
Binary 11011110 1001100 101010 0 1000010 1010001 1101 1011 1001001 110100

Color Harmonies of #DE4C2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE4C2A

Black with #DE4C2A

Text Example


Text Example

White with #DE4C2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE4C2A; }

 p { color: rgb(222,76,42); }

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

background-color css

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

 a { background-color: rgb(222,76,42); }

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

border-color css

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

 span { border-color: rgb(222,76,42); }

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