Html Css Color HEX #EF351F Cinnabar

📋 copy color: '#EF351F'

red 239 ◦ green 53 ◦ blue 31

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

Shades of Cinnabar #EF351F

Tints of Cinnabar #EF351F

RGB

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

 GREEN value IS 53 (21.09% from 255) = 16.41%

 BLUE value IS 31 (12.5% from 255) = 9.6%

R = 73.99%
G = 16.41%
B = 9.6%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.87

 K value IS 0.06

RGB Variations

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

Color information

#EF351F (or 0xEF351F) is known color: Cinnabar. HEX triplet: EF, 35 and 1F. RGB value is (239,53,31). Sum of RGB (Red+Green+Blue) = 239+53+31=323 (42% of max value = 765). Red value is 239 (93.75% from 255 or 73.99% from 323); Green value is 53 (21.09% from 255 or 16.41% from 323); Blue value is 31 (12.5% from 255 or 9.60% from 323); Max value from RGB is 239 - color contains mainly: red. Hex color #EF351F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF351F is #10CAE0. Grayscale: #6A6A6A. Windows color (decimal): -1100513 or 2045423. OLE color: 2045423.

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

Color convert

RGB 239 53 31 -
CMYK 0 0.78 0.87 0.06
HSL 6.35º 0.87% 0.53% -
HSV(B) 6.35º 0.87% 0.94% -
XYZ 37.12 21 3.39 -
YUV 106.11 85.62 222.79 -
System Red Green Blue C M Y K H S L
Decimal 239 53 31 0 0.78 0.87 0.06 6.35 0.87 0.53
Hex EF 35 1F 0 4E 57 6 6 57 35
Octal 357 65 37 0 116 127 6 6 127 65
Binary 11101111 110101 11111 0 1001110 1010111 110 110 1010111 110101

Color Harmonies of #EF351F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF351F

Black with #EF351F

Text Example


Text Example

White with #EF351F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF351F; }

 p { color: rgb(239,53,31); }

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

background-color css

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

 a { background-color: rgb(239,53,31); }

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

border-color css

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

 span { border-color: rgb(239,53,31); }

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