Html Css Color HEX #DE432A Cinnabar

📋 copy color: '#DE432A'

red 222 ◦ green 67 ◦ blue 42

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

Shades of Cinnabar #DE432A

Tints of Cinnabar #DE432A

RGB

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

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

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

R = 67.07%
G = 20.24%
B = 12.69%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.81

 K value IS 0.13

RGB Variations

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

Color information

#DE432A (or 0xDE432A) is known color: Cinnabar. HEX triplet: DE, 43 and 2A. RGB value is (222,67,42). Sum of RGB (Red+Green+Blue) = 222+67+42=331 (43% of max value = 765). Red value is 222 (87.11% from 255 or 67.07% from 331); Green value is 67 (26.56% from 255 or 20.24% from 331); Blue value is 42 (16.80% from 255 or 12.69% from 331); Max value from RGB is 222 - color contains mainly: red. Hex color #DE432A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE432A is #21BCD5. Grayscale: #6E6E6E. Windows color (decimal): -2211030 or 2769886. OLE color: 2769886.

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

Color convert

RGB 222 67 42 -
CMYK 0 0.70 0.81 0.13
HSL 8.33º 0.73% 0.52% -
HSV(B) 8.33º 0.81% 0.87% -
XYZ 32.55 19.71 4.28 -
YUV 110.5 89.35 207.53 -
System Red Green Blue C M Y K H S L
Decimal 222 67 42 0 0.70 0.81 0.13 8.33 0.73 0.52
Hex DE 43 2A 0 46 51 D 8 49 34
Octal 336 103 52 0 106 121 15 10 111 64
Binary 11011110 1000011 101010 0 1000110 1010001 1101 1000 1001001 110100

Color Harmonies of #DE432A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE432A

Black with #DE432A

Text Example


Text Example

White with #DE432A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE432A; }

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

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

background-color css

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

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

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

border-color css

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

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

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