Html Css Color HEX #DE4730 Cinnabar

📋 copy color: '#DE4730'

red 222 ◦ green 71 ◦ blue 48

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

Shades of Cinnabar #DE4730

Tints of Cinnabar #DE4730

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 14.08%

R = 65.1%
G = 20.82%
B = 14.08%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.78

 K value IS 0.13

RGB Variations

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

Color information

#DE4730 (or 0xDE4730) is known color: Cinnabar. HEX triplet: DE, 47 and 30. RGB value is (222,71,48). Sum of RGB (Red+Green+Blue) = 222+71+48=341 (45% of max value = 765). Red value is 222 (87.11% from 255 or 65.10% from 341); Green value is 71 (28.12% from 255 or 20.82% from 341); Blue value is 48 (19.14% from 255 or 14.08% from 341); Max value from RGB is 222 - color contains mainly: red. Hex color #DE4730 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE4730 is #21B8CF. Grayscale: #717171. Windows color (decimal): -2210000 or 3164126. OLE color: 3164126.

HSL color Cylindrical-coordinate representation of color #DE4730: hue angle of 7.93º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DE4730 is Cyan = 0, Magento = 0.68, Yellow = 0.78 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 71 48 -
CMYK 0 0.68 0.78 0.13
HSL 7.93º 0.73% 0.53% -
HSV(B) 7.93º 0.78% 0.87% -
XYZ 32.91 20.25 4.97 -
YUV 113.53 91.03 205.37 -
System Red Green Blue C M Y K H S L
Decimal 222 71 48 0 0.68 0.78 0.13 7.93 0.73 0.53
Hex DE 47 30 0 44 4E D 8 48 35
Octal 336 107 60 0 104 116 15 10 110 65
Binary 11011110 1000111 110000 0 1000100 1001110 1101 1000 1001000 110101

Color Harmonies of #DE4730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE4730

Black with #DE4730

Text Example


Text Example

White with #DE4730

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE4730; }

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

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

background-color css

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

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

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

border-color css

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

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

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