Html Css Color HEX #EF321E Cinnabar

📋 copy color: '#EF321E'

red 239 ◦ green 50 ◦ blue 30

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

Shades of Cinnabar #EF321E

Tints of Cinnabar #EF321E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 9.4%

R = 74.92%
G = 15.67%
B = 9.4%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.87

 K value IS 0.06

RGB Variations

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

Color information

#EF321E (or 0xEF321E) is known color: Cinnabar. HEX triplet: EF, 32 and 1E. RGB value is (239,50,30). Sum of RGB (Red+Green+Blue) = 239+50+30=319 (42% of max value = 765). Red value is 239 (93.75% from 255 or 74.92% from 319); Green value is 50 (19.92% from 255 or 15.67% from 319); Blue value is 30 (12.11% from 255 or 9.40% from 319); Max value from RGB is 239 - color contains mainly: red. Hex color #EF321E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF321E is #10CDE1. Grayscale: #686868. Windows color (decimal): -1101282 or 1979119. OLE color: 1979119.

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

Color convert

RGB 239 50 30 -
CMYK 0 0.79 0.87 0.06
HSL 5.74º 0.87% 0.53% -
HSV(B) 5.74º 0.87% 0.94% -
XYZ 36.97 20.73 3.28 -
YUV 104.23 86.12 224.13 -
System Red Green Blue C M Y K H S L
Decimal 239 50 30 0 0.79 0.87 0.06 5.74 0.87 0.53
Hex EF 32 1E 0 4F 57 6 6 57 35
Octal 357 62 36 0 117 127 6 6 127 65
Binary 11101111 110010 11110 0 1001111 1010111 110 110 1010111 110101

Color Harmonies of #EF321E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF321E

Black with #EF321E

Text Example


Text Example

White with #EF321E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF321E; }

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

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

background-color css

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

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

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

border-color css

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

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

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