Html Css Color HEX #EE3725 Cinnabar

📋 copy color: '#EE3725'

red 238 ◦ green 55 ◦ blue 37

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

Shades of Cinnabar #EE3725

Tints of Cinnabar #EE3725

RGB

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

 GREEN value IS 55 (21.88% from 255) = 16.67%

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

R = 72.12%
G = 16.67%
B = 11.21%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.84

 K value IS 0.07

RGB Variations

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

Color information

#EE3725 (or 0xEE3725) is known color: Cinnabar. HEX triplet: EE, 37 and 25. RGB value is (238,55,37). Sum of RGB (Red+Green+Blue) = 238+55+37=330 (43% of max value = 765). Red value is 238 (93.36% from 255 or 72.12% from 330); Green value is 55 (21.88% from 255 or 16.67% from 330); Blue value is 37 (14.84% from 255 or 11.21% from 330); Max value from RGB is 238 - color contains mainly: red. Hex color #EE3725 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE3725 is #11C8DA. Grayscale: #6B6B6B. Windows color (decimal): -1165531 or 2439150. OLE color: 2439150.

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

Color convert

RGB 238 55 37 -
CMYK 0 0.77 0.84 0.07
HSL 5.37º 0.86% 0.54% -
HSV(B) 5.37º 0.84% 0.93% -
XYZ 36.96 21.04 3.86 -
YUV 107.67 88.13 220.96 -
System Red Green Blue C M Y K H S L
Decimal 238 55 37 0 0.77 0.84 0.07 5.37 0.86 0.54
Hex EE 37 25 0 4D 54 7 5 56 36
Octal 356 67 45 0 115 124 7 5 126 66
Binary 11101110 110111 100101 0 1001101 1010100 111 101 1010110 110110

Color Harmonies of #EE3725

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE3725

Black with #EE3725

Text Example


Text Example

White with #EE3725

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE3725; }

 p { color: rgb(238,55,37); }

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

background-color css

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

 a { background-color: rgb(238,55,37); }

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

border-color css

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

 span { border-color: rgb(238,55,37); }

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