Html Css Color HEX #DE4D2B Cinnabar

📋 copy color: '#DE4D2B'

red 222 ◦ green 77 ◦ blue 43

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

Shades of Cinnabar #DE4D2B

Tints of Cinnabar #DE4D2B

RGB

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

 GREEN value IS 77 (30.47% from 255) = 22.51%

 BLUE value IS 43 (17.19% from 255) = 12.57%

R = 64.91%
G = 22.51%
B = 12.57%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.81

 K value IS 0.13

RGB Variations

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

Color information

#DE4D2B (or 0xDE4D2B) is known color: Cinnabar. HEX triplet: DE, 4D and 2B. RGB value is (222,77,43). Sum of RGB (Red+Green+Blue) = 222+77+43=342 (45% of max value = 765). Red value is 222 (87.11% from 255 or 64.91% from 342); Green value is 77 (30.47% from 255 or 22.51% from 342); Blue value is 43 (17.19% from 255 or 12.57% from 342); Max value from RGB is 222 - color contains mainly: red. Hex color #DE4D2B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DE4D2B is #21B2D4. Grayscale: #747474. Windows color (decimal): -2208469 or 2837982. OLE color: 2837982.

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

Color convert

RGB 222 77 43 -
CMYK 0 0.65 0.81 0.13
HSL 11.4º 0.73% 0.52% -
HSV(B) 11.4º 0.81% 0.87% -
XYZ 33.21 21.01 4.59 -
YUV 116.48 86.54 203.26 -
System Red Green Blue C M Y K H S L
Decimal 222 77 43 0 0.65 0.81 0.13 11.4 0.73 0.52
Hex DE 4D 2B 0 41 51 D B 49 34
Octal 336 115 53 0 101 121 15 13 111 64
Binary 11011110 1001101 101011 0 1000001 1010001 1101 1011 1001001 110100

Color Harmonies of #DE4D2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE4D2B

Black with #DE4D2B

Text Example


Text Example

White with #DE4D2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE4D2B; }

 p { color: rgb(222,77,43); }

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

background-color css

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

 a { background-color: rgb(222,77,43); }

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

border-color css

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

 span { border-color: rgb(222,77,43); }

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