Html Css Color HEX #EF332B Cinnabar

📋 copy color: '#EF332B'

red 239 ◦ green 51 ◦ blue 43

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

Shades of Cinnabar #EF332B

Tints of Cinnabar #EF332B

RGB

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

 GREEN value IS 51 (20.31% from 255) = 15.32%

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

R = 71.77%
G = 15.32%
B = 12.91%

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

#EF332B (or 0xEF332B) is known color: Cinnabar. HEX triplet: EF, 33 and 2B. RGB value is (239,51,43). Sum of RGB (Red+Green+Blue) = 239+51+43=333 (44% of max value = 765). Red value is 239 (93.75% from 255 or 71.77% from 333); Green value is 51 (20.31% from 255 or 15.32% from 333); Blue value is 43 (17.19% from 255 or 12.91% from 333); Max value from RGB is 239 - color contains mainly: red. Hex color #EF332B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF332B is #10CCD4. Grayscale: #6A6A6A. Windows color (decimal): -1101013 or 2831343. OLE color: 2831343.

HSL color Cylindrical-coordinate representation of color #EF332B: hue angle of 2.45º 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 #EF332B is Cyan = 0, Magento = 0.79, Yellow = 0.82 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 51 43 -
CMYK 0 0.79 0.82 0.06
HSL 2.45º 0.86% 0.55% -
HSV(B) 2.45º 0.82% 0.94% -
XYZ 37.22 20.89 4.36 -
YUV 106.3 92.28 222.65 -
System Red Green Blue C M Y K H S L
Decimal 239 51 43 0 0.79 0.82 0.06 2.45 0.86 0.55
Hex EF 33 2B 0 4F 52 6 2 56 37
Octal 357 63 53 0 117 122 6 2 126 67
Binary 11101111 110011 101011 0 1001111 1010010 110 10 1010110 110111

Color Harmonies of #EF332B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF332B

Black with #EF332B

Text Example


Text Example

White with #EF332B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF332B; }

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

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

background-color css

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

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

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

border-color css

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

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

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