Html Css Color HEX #DE342A Cinnabar

📋 copy color: '#DE342A'

red 222 ◦ green 52 ◦ blue 42

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

Shades of Cinnabar #DE342A

Tints of Cinnabar #DE342A

RGB

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

 GREEN value IS 52 (20.7% from 255) = 16.46%

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

R = 70.25%
G = 16.46%
B = 13.29%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.81

 K value IS 0.13

RGB Variations

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

Color information

#DE342A (or 0xDE342A) is known color: Cinnabar. HEX triplet: DE, 34 and 2A. RGB value is (222,52,42). Sum of RGB (Red+Green+Blue) = 222+52+42=316 (41% of max value = 765). Red value is 222 (87.11% from 255 or 70.25% from 316); Green value is 52 (20.70% from 255 or 16.46% from 316); Blue value is 42 (16.80% from 255 or 13.29% from 316); Max value from RGB is 222 - color contains mainly: red. Hex color #DE342A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE342A is #21CBD5. Grayscale: #656565. Windows color (decimal): -2214870 or 2766046. OLE color: 2766046.

HSL color Cylindrical-coordinate representation of color #DE342A: hue angle of 3.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 #DE342A is Cyan = 0, Magento = 0.77, Yellow = 0.81 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 52 42 -
CMYK 0 0.77 0.81 0.13
HSL 3.33º 0.73% 0.52% -
HSV(B) 3.33º 0.81% 0.87% -
XYZ 31.77 18.15 4.02 -
YUV 101.69 94.32 213.81 -
System Red Green Blue C M Y K H S L
Decimal 222 52 42 0 0.77 0.81 0.13 3.33 0.73 0.52
Hex DE 34 2A 0 4D 51 D 3 49 34
Octal 336 64 52 0 115 121 15 3 111 64
Binary 11011110 110100 101010 0 1001101 1010001 1101 11 1001001 110100

Color Harmonies of #DE342A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE342A

Black with #DE342A

Text Example


Text Example

White with #DE342A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE342A; }

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

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

background-color css

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

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

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

border-color css

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

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

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