Html Css Color HEX #EF322F Cinnabar

📋 copy color: '#EF322F'

red 239 ◦ green 50 ◦ blue 47

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

Shades of Cinnabar #EF322F

Tints of Cinnabar #EF322F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 13.99%

R = 71.13%
G = 14.88%
B = 13.99%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.80

 K value IS 0.06

RGB Variations

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

Color information

#EF322F (or 0xEF322F) is known color: Cinnabar. HEX triplet: EF, 32 and 2F. RGB value is (239,50,47). Sum of RGB (Red+Green+Blue) = 239+50+47=336 (44% of max value = 765). Red value is 239 (93.75% from 255 or 71.13% from 336); Green value is 50 (19.92% from 255 or 14.88% from 336); Blue value is 47 (18.75% from 255 or 13.99% from 336); Max value from RGB is 239 - color contains mainly: red. Hex color #EF322F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF322F is #10CDD0. Grayscale: #6A6A6A. Windows color (decimal): -1101265 or 3093231. OLE color: 3093231.

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

Color convert

RGB 239 50 47 -
CMYK 0 0.79 0.80 0.06
HSL 0.94º 0.86% 0.56% -
HSV(B) 0.94º 0.8% 0.94% -
XYZ 37.25 20.84 4.75 -
YUV 106.17 94.62 222.74 -
System Red Green Blue C M Y K H S L
Decimal 239 50 47 0 0.79 0.80 0.06 0.94 0.86 0.56
Hex EF 32 2F 0 4F 50 6 1 56 38
Octal 357 62 57 0 117 120 6 1 126 70
Binary 11101111 110010 101111 0 1001111 1010000 110 1 1010110 111000

Color Harmonies of #EF322F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF322F

Black with #EF322F

Text Example


Text Example

White with #EF322F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF322F; }

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

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

background-color css

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

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

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

border-color css

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

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

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