Html Css Color HEX #DE4425 Cinnabar

📋 copy color: '#DE4425'

red 222 ◦ green 68 ◦ blue 37

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

Shades of Cinnabar #DE4425

Tints of Cinnabar #DE4425

RGB

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

 GREEN value IS 68 (26.95% from 255) = 20.8%

 BLUE value IS 37 (14.84% from 255) = 11.31%

R = 67.89%
G = 20.8%
B = 11.31%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.83

 K value IS 0.13

RGB Variations

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

Color information

#DE4425 (or 0xDE4425) is known color: Cinnabar. HEX triplet: DE, 44 and 25. RGB value is (222,68,37). Sum of RGB (Red+Green+Blue) = 222+68+37=327 (43% of max value = 765). Red value is 222 (87.11% from 255 or 67.89% from 327); Green value is 68 (26.95% from 255 or 20.80% from 327); Blue value is 37 (14.84% from 255 or 11.31% from 327); Max value from RGB is 222 - color contains mainly: red. Hex color #DE4425 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE4425 is #21BBDA. Grayscale: #6E6E6E. Windows color (decimal): -2210779 or 2442462. OLE color: 2442462.

HSL color Cylindrical-coordinate representation of color #DE4425: hue angle of 10.05º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DE4425 is Cyan = 0, Magento = 0.69, Yellow = 0.83 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 68 37 -
CMYK 0 0.69 0.83 0.13
HSL 10.05º 0.74% 0.51% -
HSV(B) 10.05º 0.83% 0.87% -
XYZ 32.53 19.8 3.86 -
YUV 110.51 86.52 207.52 -
System Red Green Blue C M Y K H S L
Decimal 222 68 37 0 0.69 0.83 0.13 10.05 0.74 0.51
Hex DE 44 25 0 45 53 D A 4A 33
Octal 336 104 45 0 105 123 15 12 112 63
Binary 11011110 1000100 100101 0 1000101 1010011 1101 1010 1001010 110011

Color Harmonies of #DE4425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE4425

Black with #DE4425

Text Example


Text Example

White with #DE4425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE4425; }

 p { color: rgb(222,68,37); }

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

background-color css

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

 a { background-color: rgb(222,68,37); }

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

border-color css

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

 span { border-color: rgb(222,68,37); }

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