Html Css Color HEX #EF4D1E Cinnabar

📋 copy color: '#EF4D1E'

red 239 ◦ green 77 ◦ blue 30

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

Shades of Cinnabar #EF4D1E

Tints of Cinnabar #EF4D1E

RGB

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

 GREEN value IS 77 (30.47% from 255) = 22.25%

 BLUE value IS 30 (12.11% from 255) = 8.67%

R = 69.08%
G = 22.25%
B = 8.67%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.87

 K value IS 0.06

RGB Variations

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

Color information

#EF4D1E (or 0xEF4D1E) is known color: Cinnabar. HEX triplet: EF, 4D and 1E. RGB value is (239,77,30). Sum of RGB (Red+Green+Blue) = 239+77+30=346 (45% of max value = 765). Red value is 239 (93.75% from 255 or 69.08% from 346); Green value is 77 (30.47% from 255 or 22.25% from 346); Blue value is 30 (12.11% from 255 or 8.67% from 346); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4D1E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF4D1E is #10B2E1. Grayscale: #787878. Windows color (decimal): -1094370 or 1986031. OLE color: 1986031.

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

Color convert

RGB 239 77 30 -
CMYK 0 0.68 0.87 0.06
HSL 13.49º 0.87% 0.53% -
HSV(B) 13.49º 0.87% 0.94% -
XYZ 38.48 23.75 3.78 -
YUV 120.08 77.17 212.82 -
System Red Green Blue C M Y K H S L
Decimal 239 77 30 0 0.68 0.87 0.06 13.49 0.87 0.53
Hex EF 4D 1E 0 44 57 6 D 57 35
Octal 357 115 36 0 104 127 6 15 127 65
Binary 11101111 1001101 11110 0 1000100 1010111 110 1101 1010111 110101

Color Harmonies of #EF4D1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF4D1E

Black with #EF4D1E

Text Example


Text Example

White with #EF4D1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF4D1E; }

 p { color: rgb(239,77,30); }

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

background-color css

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

 a { background-color: rgb(239,77,30); }

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

border-color css

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

 span { border-color: rgb(239,77,30); }

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