Html Css Color HEX #E0483D Cinnabar

📋 copy color: '#E0483D'

red 224 ◦ green 72 ◦ blue 61

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

Shades of Cinnabar #E0483D

Tints of Cinnabar #E0483D

RGB

 RED value IS 224 (87.89% from 255) = 62.75%

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

 BLUE value IS 61 (24.22% from 255) = 17.09%

R = 62.75%
G = 20.17%
B = 17.09%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.73

 K value IS 0.12

RGB Variations

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

Color information

#E0483D (or 0xE0483D) is known color: Cinnabar. HEX triplet: E0, 48 and 3D. RGB value is (224,72,61). Sum of RGB (Red+Green+Blue) = 224+72+61=357 (47% of max value = 765). Red value is 224 (87.89% from 255 or 62.75% from 357); Green value is 72 (28.52% from 255 or 20.17% from 357); Blue value is 61 (24.22% from 255 or 17.09% from 357); Max value from RGB is 224 - color contains mainly: red. Hex color #E0483D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E0483D is #1FB7C2. Grayscale: #747474. Windows color (decimal): -2078659 or 4016352. OLE color: 4016352.

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

Color convert

RGB 224 72 61 -
CMYK 0 0.68 0.73 0.12
HSL 4.05º 0.72% 0.56% -
HSV(B) 4.05º 0.73% 0.88% -
XYZ 33.9 20.82 6.65 -
YUV 116.19 96.86 204.89 -
System Red Green Blue C M Y K H S L
Decimal 224 72 61 0 0.68 0.73 0.12 4.05 0.72 0.56
Hex E0 48 3D 0 44 49 C 4 48 38
Octal 340 110 75 0 104 111 14 4 110 70
Binary 11100000 1001000 111101 0 1000100 1001001 1100 100 1001000 111000

Color Harmonies of #E0483D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0483D

Black with #E0483D

Text Example


Text Example

White with #E0483D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0483D; }

 p { color: rgb(224,72,61); }

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

background-color css

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

 a { background-color: rgb(224,72,61); }

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

border-color css

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

 span { border-color: rgb(224,72,61); }

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