Html Css Color HEX #EF3227 Cinnabar

📋 copy color: '#EF3227'

red 239 ◦ green 50 ◦ blue 39

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

Shades of Cinnabar #EF3227

Tints of Cinnabar #EF3227

RGB

 RED value IS 239 (93.75% from 255) = 72.87%

 GREEN value IS 50 (19.92% from 255) = 15.24%

 BLUE value IS 39 (15.63% from 255) = 11.89%

R = 72.87%
G = 15.24%
B = 11.89%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.84

 K value IS 0.06

RGB Variations

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

Color information

#EF3227 (or 0xEF3227) is known color: Cinnabar. HEX triplet: EF, 32 and 27. RGB value is (239,50,39). Sum of RGB (Red+Green+Blue) = 239+50+39=328 (43% of max value = 765). Red value is 239 (93.75% from 255 or 72.87% from 328); Green value is 50 (19.92% from 255 or 15.24% from 328); Blue value is 39 (15.62% from 255 or 11.89% from 328); Max value from RGB is 239 - color contains mainly: red. Hex color #EF3227 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF3227 is #10CDD8. Grayscale: #696969. Windows color (decimal): -1101273 or 2568943. OLE color: 2568943.

HSL color Cylindrical-coordinate representation of color #EF3227: hue angle of 3.3º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EF3227 is Cyan = 0, Magento = 0.79, Yellow = 0.84 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 50 39 -
CMYK 0 0.79 0.84 0.06
HSL 3.3º 0.86% 0.55% -
HSV(B) 3.3º 0.84% 0.94% -
XYZ 37.1 20.78 3.97 -
YUV 105.26 90.62 223.39 -
System Red Green Blue C M Y K H S L
Decimal 239 50 39 0 0.79 0.84 0.06 3.3 0.86 0.55
Hex EF 32 27 0 4F 54 6 3 56 37
Octal 357 62 47 0 117 124 6 3 126 67
Binary 11101111 110010 100111 0 1001111 1010100 110 11 1010110 110111

Color Harmonies of #EF3227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF3227

Black with #EF3227

Text Example


Text Example

White with #EF3227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF3227; }

 p { color: rgb(239,50,39); }

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

background-color css

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

 a { background-color: rgb(239,50,39); }

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

border-color css

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

 span { border-color: rgb(239,50,39); }

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