Html Css Color HEX #EF462F Cinnabar

📋 copy color: '#EF462F'

red 239 ◦ green 70 ◦ blue 47

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

Shades of Cinnabar #EF462F

Tints of Cinnabar #EF462F

RGB

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

 GREEN value IS 70 (27.73% from 255) = 19.66%

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

R = 67.13%
G = 19.66%
B = 13.2%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.80

 K value IS 0.06

RGB Variations

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

Color information

#EF462F (or 0xEF462F) is known color: Cinnabar. HEX triplet: EF, 46 and 2F. RGB value is (239,70,47). Sum of RGB (Red+Green+Blue) = 239+70+47=356 (47% of max value = 765). Red value is 239 (93.75% from 255 or 67.13% from 356); Green value is 70 (27.73% from 255 or 19.66% from 356); Blue value is 47 (18.75% from 255 or 13.20% from 356); Max value from RGB is 239 - color contains mainly: red. Hex color #EF462F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF462F is #10B9D0. Grayscale: #767676. Windows color (decimal): -1096145 or 3098351. OLE color: 3098351.

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

Color convert

RGB 239 70 47 -
CMYK 0 0.71 0.80 0.06
HSL 7.19º 0.86% 0.56% -
HSV(B) 7.19º 0.8% 0.94% -
XYZ 38.3 22.94 5.1 -
YUV 117.91 87.99 214.37 -
System Red Green Blue C M Y K H S L
Decimal 239 70 47 0 0.71 0.80 0.06 7.19 0.86 0.56
Hex EF 46 2F 0 47 50 6 7 56 38
Octal 357 106 57 0 107 120 6 7 126 70
Binary 11101111 1000110 101111 0 1000111 1010000 110 111 1010110 111000

Color Harmonies of #EF462F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF462F

Black with #EF462F

Text Example


Text Example

White with #EF462F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF462F; }

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

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

background-color css

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

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

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

border-color css

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

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

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