Html Css Color HEX #DE4025 Cinnabar

📋 copy color: '#DE4025'

red 222 ◦ green 64 ◦ blue 37

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

Shades of Cinnabar #DE4025

Tints of Cinnabar #DE4025

RGB

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

 GREEN value IS 64 (25.39% from 255) = 19.81%

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

R = 68.73%
G = 19.81%
B = 11.46%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.83

 K value IS 0.13

RGB Variations

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

Color information

#DE4025 (or 0xDE4025) is known color: Cinnabar. HEX triplet: DE, 40 and 25. RGB value is (222,64,37). Sum of RGB (Red+Green+Blue) = 222+64+37=323 (42% of max value = 765). Red value is 222 (87.11% from 255 or 68.73% from 323); Green value is 64 (25.39% from 255 or 19.81% from 323); Blue value is 37 (14.84% from 255 or 11.46% from 323); Max value from RGB is 222 - color contains mainly: red. Hex color #DE4025 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE4025 is #21BFDA. Grayscale: #6C6C6C. Windows color (decimal): -2211803 or 2441438. OLE color: 2441438.

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

Color convert

RGB 222 64 37 -
CMYK 0 0.71 0.83 0.13
HSL 8.76º 0.74% 0.51% -
HSV(B) 8.76º 0.83% 0.87% -
XYZ 32.29 19.33 3.78 -
YUV 108.16 87.85 209.2 -
System Red Green Blue C M Y K H S L
Decimal 222 64 37 0 0.71 0.83 0.13 8.76 0.74 0.51
Hex DE 40 25 0 47 53 D 9 4A 33
Octal 336 100 45 0 107 123 15 11 112 63
Binary 11011110 1000000 100101 0 1000111 1010011 1101 1001 1001010 110011

Color Harmonies of #DE4025

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE4025

Black with #DE4025

Text Example


Text Example

White with #DE4025

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE4025; }

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

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

background-color css

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

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

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

border-color css

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

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

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