Html Css Color HEX #EF4F32 Cinnabar

📋 copy color: '#EF4F32'

red 239 ◦ green 79 ◦ blue 50

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

Shades of Cinnabar #EF4F32

Tints of Cinnabar #EF4F32

RGB

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

 GREEN value IS 79 (31.25% from 255) = 21.47%

 BLUE value IS 50 (19.92% from 255) = 13.59%

R = 64.95%
G = 21.47%
B = 13.59%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.79

 K value IS 0.06

RGB Variations

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

Color information

#EF4F32 (or 0xEF4F32) is known color: Cinnabar. HEX triplet: EF, 4F and 32. RGB value is (239,79,50). Sum of RGB (Red+Green+Blue) = 239+79+50=368 (48% of max value = 765). Red value is 239 (93.75% from 255 or 64.95% from 368); Green value is 79 (31.25% from 255 or 21.47% from 368); Blue value is 50 (19.92% from 255 or 13.59% from 368); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4F32 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF4F32 is #10B0CD. Grayscale: #7B7B7B. Windows color (decimal): -1093838 or 3297263. OLE color: 3297263.

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

Color convert

RGB 239 79 50 -
CMYK 0 0.67 0.79 0.06
HSL 9.21º 0.86% 0.57% -
HSV(B) 9.21º 0.79% 0.94% -
XYZ 38.97 24.17 5.63 -
YUV 123.53 86.51 210.36 -
System Red Green Blue C M Y K H S L
Decimal 239 79 50 0 0.67 0.79 0.06 9.21 0.86 0.57
Hex EF 4F 32 0 43 4F 6 9 56 39
Octal 357 117 62 0 103 117 6 11 126 71
Binary 11101111 1001111 110010 0 1000011 1001111 110 1001 1010110 111001

Color Harmonies of #EF4F32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF4F32

Black with #EF4F32

Text Example


Text Example

White with #EF4F32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF4F32; }

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

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

background-color css

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

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

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

border-color css

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

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

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