Html Css Color HEX #DE4725 Cinnabar

📋 copy color: '#DE4725'

red 222 ◦ green 71 ◦ blue 37

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

Shades of Cinnabar #DE4725

Tints of Cinnabar #DE4725

RGB

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

 GREEN value IS 71 (28.13% from 255) = 21.52%

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

R = 67.27%
G = 21.52%
B = 11.21%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.83

 K value IS 0.13

RGB Variations

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

Color information

#DE4725 (or 0xDE4725) is known color: Cinnabar. HEX triplet: DE, 47 and 25. RGB value is (222,71,37). Sum of RGB (Red+Green+Blue) = 222+71+37=330 (43% of max value = 765). Red value is 222 (87.11% from 255 or 67.27% from 330); Green value is 71 (28.12% from 255 or 21.52% from 330); Blue value is 37 (14.84% from 255 or 11.21% from 330); Max value from RGB is 222 - color contains mainly: red. Hex color #DE4725 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE4725 is #21B8DA. Grayscale: #707070. Windows color (decimal): -2210011 or 2443230. OLE color: 2443230.

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

Color convert

RGB 222 71 37 -
CMYK 0 0.68 0.83 0.13
HSL 11.03º 0.74% 0.51% -
HSV(B) 11.03º 0.83% 0.87% -
XYZ 32.71 20.17 3.92 -
YUV 112.27 85.53 206.26 -
System Red Green Blue C M Y K H S L
Decimal 222 71 37 0 0.68 0.83 0.13 11.03 0.74 0.51
Hex DE 47 25 0 44 53 D B 4A 33
Octal 336 107 45 0 104 123 15 13 112 63
Binary 11011110 1000111 100101 0 1000100 1010011 1101 1011 1001010 110011

Color Harmonies of #DE4725

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE4725

Black with #DE4725

Text Example


Text Example

White with #DE4725

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE4725; }

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

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

background-color css

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

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

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

border-color css

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

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

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