Html Css Color HEX #EF4F2A Cinnabar

📋 copy color: '#EF4F2A'

red 239 ◦ green 79 ◦ blue 42

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

Shades of Cinnabar #EF4F2A

Tints of Cinnabar #EF4F2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 11.67%

R = 66.39%
G = 21.94%
B = 11.67%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.82

 K value IS 0.06

RGB Variations

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

Color information

#EF4F2A (or 0xEF4F2A) is known color: Cinnabar. HEX triplet: EF, 4F and 2A. RGB value is (239,79,42). Sum of RGB (Red+Green+Blue) = 239+79+42=360 (47% of max value = 765). Red value is 239 (93.75% from 255 or 66.39% from 360); Green value is 79 (31.25% from 255 or 21.94% from 360); Blue value is 42 (16.80% from 255 or 11.67% from 360); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4F2A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF4F2A is #10B0D5. Grayscale: #7A7A7A. Windows color (decimal): -1093846 or 2772975. OLE color: 2772975.

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

Color convert

RGB 239 79 42 -
CMYK 0 0.67 0.82 0.06
HSL 11.27º 0.86% 0.55% -
HSV(B) 11.27º 0.82% 0.94% -
XYZ 38.81 24.11 4.8 -
YUV 122.62 82.51 211.01 -
System Red Green Blue C M Y K H S L
Decimal 239 79 42 0 0.67 0.82 0.06 11.27 0.86 0.55
Hex EF 4F 2A 0 43 52 6 B 56 37
Octal 357 117 52 0 103 122 6 13 126 67
Binary 11101111 1001111 101010 0 1000011 1010010 110 1011 1010110 110111

Color Harmonies of #EF4F2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF4F2A

Black with #EF4F2A

Text Example


Text Example

White with #EF4F2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF4F2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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