Html Css Color HEX #EF322B Cinnabar

📋 copy color: '#EF322B'

red 239 ◦ green 50 ◦ blue 43

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

Shades of Cinnabar #EF322B

Tints of Cinnabar #EF322B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 12.95%

R = 71.99%
G = 15.06%
B = 12.95%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.82

 K value IS 0.06

RGB Variations

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

Color information

#EF322B (or 0xEF322B) is known color: Cinnabar. HEX triplet: EF, 32 and 2B. RGB value is (239,50,43). Sum of RGB (Red+Green+Blue) = 239+50+43=332 (43% of max value = 765). Red value is 239 (93.75% from 255 or 71.99% from 332); Green value is 50 (19.92% from 255 or 15.06% from 332); Blue value is 43 (17.19% from 255 or 12.95% from 332); Max value from RGB is 239 - color contains mainly: red. Hex color #EF322B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF322B is #10CDD4. Grayscale: #696969. Windows color (decimal): -1101269 or 2831087. OLE color: 2831087.

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

Color convert

RGB 239 50 43 -
CMYK 0 0.79 0.82 0.06
HSL 2.14º 0.86% 0.55% -
HSV(B) 2.14º 0.82% 0.94% -
XYZ 37.17 20.81 4.34 -
YUV 105.71 92.62 223.07 -
System Red Green Blue C M Y K H S L
Decimal 239 50 43 0 0.79 0.82 0.06 2.14 0.86 0.55
Hex EF 32 2B 0 4F 52 6 2 56 37
Octal 357 62 53 0 117 122 6 2 126 67
Binary 11101111 110010 101011 0 1001111 1010010 110 10 1010110 110111

Color Harmonies of #EF322B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF322B

Black with #EF322B

Text Example


Text Example

White with #EF322B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF322B; }

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

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

background-color css

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

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

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

border-color css

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

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

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