Html Css Color HEX #DE483E Cinnabar

📋 copy color: '#DE483E'

red 222 ◦ green 72 ◦ blue 62

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

Shades of Cinnabar #DE483E

Tints of Cinnabar #DE483E

RGB

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

 GREEN value IS 72 (28.52% from 255) = 20.22%

 BLUE value IS 62 (24.61% from 255) = 17.42%

R = 62.36%
G = 20.22%
B = 17.42%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.72

 K value IS 0.13

RGB Variations

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

Color information

#DE483E (or 0xDE483E) is known color: Cinnabar. HEX triplet: DE, 48 and 3E. RGB value is (222,72,62). Sum of RGB (Red+Green+Blue) = 222+72+62=356 (47% of max value = 765). Red value is 222 (87.11% from 255 or 62.36% from 356); Green value is 72 (28.52% from 255 or 20.22% from 356); Blue value is 62 (24.61% from 255 or 17.42% from 356); Max value from RGB is 222 - color contains mainly: red. Hex color #DE483E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE483E is #21B7C1. Grayscale: #737373. Windows color (decimal): -2209730 or 4081886. OLE color: 4081886.

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

Color convert

RGB 222 72 62 -
CMYK 0 0.68 0.72 0.13
HSL 3.75º 0.71% 0.56% -
HSV(B) 3.75º 0.72% 0.87% -
XYZ 33.31 20.51 6.76 -
YUV 115.71 97.7 203.81 -
System Red Green Blue C M Y K H S L
Decimal 222 72 62 0 0.68 0.72 0.13 3.75 0.71 0.56
Hex DE 48 3E 0 44 48 D 4 47 38
Octal 336 110 76 0 104 110 15 4 107 70
Binary 11011110 1001000 111110 0 1000100 1001000 1101 100 1000111 111000

Color Harmonies of #DE483E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE483E

Black with #DE483E

Text Example


Text Example

White with #DE483E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE483E; }

 p { color: rgb(222,72,62); }

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

background-color css

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

 a { background-color: rgb(222,72,62); }

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

border-color css

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

 span { border-color: rgb(222,72,62); }

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