Html Css Color HEX #EE463C Cinnabar

📋 copy color: '#EE463C'

red 238 ◦ green 70 ◦ blue 60

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

Shades of Cinnabar #EE463C

Tints of Cinnabar #EE463C

RGB

 RED value IS 238 (93.36% from 255) = 64.67%

 GREEN value IS 70 (27.73% from 255) = 19.02%

 BLUE value IS 60 (23.83% from 255) = 16.3%

R = 64.67%
G = 19.02%
B = 16.3%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.75

 K value IS 0.07

RGB Variations

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

Color information

#EE463C (or 0xEE463C) is known color: Cinnabar. HEX triplet: EE, 46 and 3C. RGB value is (238,70,60). Sum of RGB (Red+Green+Blue) = 238+70+60=368 (48% of max value = 765). Red value is 238 (93.36% from 255 or 64.67% from 368); Green value is 70 (27.73% from 255 or 19.02% from 368); Blue value is 60 (23.83% from 255 or 16.30% from 368); Max value from RGB is 238 - color contains mainly: red. Hex color #EE463C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE463C is #11B9C3. Grayscale: #777777. Windows color (decimal): -1161668 or 3950318. OLE color: 3950318.

HSL color Cylindrical-coordinate representation of color #EE463C: hue angle of 3.37º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #EE463C is Cyan = 0, Magento = 0.71, Yellow = 0.75 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 70 60 -
CMYK 0 0.71 0.75 0.07
HSL 3.37º 0.84% 0.58% -
HSV(B) 3.37º 0.75% 0.93% -
XYZ 38.27 22.88 6.68 -
YUV 119.09 94.66 212.81 -
System Red Green Blue C M Y K H S L
Decimal 238 70 60 0 0.71 0.75 0.07 3.37 0.84 0.58
Hex EE 46 3C 0 47 4B 7 3 54 3A
Octal 356 106 74 0 107 113 7 3 124 72
Binary 11101110 1000110 111100 0 1000111 1001011 111 11 1010100 111010

Color Harmonies of #EE463C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE463C

Black with #EE463C

Text Example


Text Example

White with #EE463C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE463C; }

 p { color: rgb(238,70,60); }

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

background-color css

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

 a { background-color: rgb(238,70,60); }

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

border-color css

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

 span { border-color: rgb(238,70,60); }

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