Html Css Color HEX #EF4F29 Cinnabar

📋 copy color: '#EF4F29'

red 239 ◦ green 79 ◦ blue 41

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

Shades of Cinnabar #EF4F29

Tints of Cinnabar #EF4F29

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 11.42%

R = 66.57%
G = 22.01%
B = 11.42%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.83

 K value IS 0.06

RGB Variations

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

Color information

#EF4F29 (or 0xEF4F29) is known color: Cinnabar. HEX triplet: EF, 4F and 29. RGB value is (239,79,41). Sum of RGB (Red+Green+Blue) = 239+79+41=359 (47% of max value = 765). Red value is 239 (93.75% from 255 or 66.57% from 359); Green value is 79 (31.25% from 255 or 22.01% from 359); Blue value is 41 (16.41% from 255 or 11.42% from 359); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4F29 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF4F29 is #10B0D6. Grayscale: #7A7A7A. Windows color (decimal): -1093847 or 2707439. OLE color: 2707439.

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

Color convert

RGB 239 79 41 -
CMYK 0 0.67 0.83 0.06
HSL 11.52º 0.86% 0.55% -
HSV(B) 11.52º 0.83% 0.94% -
XYZ 38.79 24.1 4.71 -
YUV 122.51 82.01 211.09 -
System Red Green Blue C M Y K H S L
Decimal 239 79 41 0 0.67 0.83 0.06 11.52 0.86 0.55
Hex EF 4F 29 0 43 53 6 C 56 37
Octal 357 117 51 0 103 123 6 14 126 67
Binary 11101111 1001111 101001 0 1000011 1010011 110 1100 1010110 110111

Color Harmonies of #EF4F29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF4F29

Black with #EF4F29

Text Example


Text Example

White with #EF4F29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF4F29; }

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

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

background-color css

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

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

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

border-color css

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

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

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