Html Css Color HEX #EF332F Cinnabar

📋 copy color: '#EF332F'

red 239 ◦ green 51 ◦ blue 47

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

Shades of Cinnabar #EF332F

Tints of Cinnabar #EF332F

RGB

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

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

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

R = 70.92%
G = 15.13%
B = 13.95%

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

#EF332F (or 0xEF332F) is known color: Cinnabar. HEX triplet: EF, 33 and 2F. RGB value is (239,51,47). Sum of RGB (Red+Green+Blue) = 239+51+47=337 (44% of max value = 765). Red value is 239 (93.75% from 255 or 70.92% from 337); Green value is 51 (20.31% from 255 or 15.13% from 337); Blue value is 47 (18.75% from 255 or 13.95% from 337); Max value from RGB is 239 - color contains mainly: red. Hex color #EF332F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF332F is #10CCD0. Grayscale: #6A6A6A. Windows color (decimal): -1101009 or 3093487. OLE color: 3093487.

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

Color convert

RGB 239 51 47 -
CMYK 0 0.79 0.80 0.06
HSL 1.25º 0.86% 0.56% -
HSV(B) 1.25º 0.8% 0.94% -
XYZ 37.29 20.92 4.76 -
YUV 106.76 94.28 222.33 -
System Red Green Blue C M Y K H S L
Decimal 239 51 47 0 0.79 0.80 0.06 1.25 0.86 0.56
Hex EF 33 2F 0 4F 50 6 1 56 38
Octal 357 63 57 0 117 120 6 1 126 70
Binary 11101111 110011 101111 0 1001111 1010000 110 1 1010110 111000

Color Harmonies of #EF332F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF332F

Black with #EF332F

Text Example


Text Example

White with #EF332F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF332F; }

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

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

background-color css

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

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

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

border-color css

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

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

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