Html Css Color HEX #EF4D38 Cinnabar

📋 copy color: '#EF4D38'

red 239 ◦ green 77 ◦ blue 56

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

Shades of Cinnabar #EF4D38

Tints of Cinnabar #EF4D38

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 15.05%

R = 64.25%
G = 20.7%
B = 15.05%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.77

 K value IS 0.06

RGB Variations

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

Color information

#EF4D38 (or 0xEF4D38) is known color: Cinnabar. HEX triplet: EF, 4D and 38. RGB value is (239,77,56). Sum of RGB (Red+Green+Blue) = 239+77+56=372 (49% of max value = 765). Red value is 239 (93.75% from 255 or 64.25% from 372); Green value is 77 (30.47% from 255 or 20.70% from 372); Blue value is 56 (22.27% from 255 or 15.05% from 372); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4D38 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF4D38 is #10B2C7. Grayscale: #7B7B7B. Windows color (decimal): -1094344 or 3689967. OLE color: 3689967.

HSL color Cylindrical-coordinate representation of color #EF4D38: hue angle of 6.89º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #EF4D38 is Cyan = 0, Magento = 0.68, Yellow = 0.77 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 77 56 -
CMYK 0 0.68 0.77 0.06
HSL 6.89º 0.85% 0.58% -
HSV(B) 6.89º 0.77% 0.94% -
XYZ 38.96 23.94 6.31 -
YUV 123.04 90.17 210.71 -
System Red Green Blue C M Y K H S L
Decimal 239 77 56 0 0.68 0.77 0.06 6.89 0.85 0.58
Hex EF 4D 38 0 44 4D 6 7 55 3A
Octal 357 115 70 0 104 115 6 7 125 72
Binary 11101111 1001101 111000 0 1000100 1001101 110 111 1010101 111010

Color Harmonies of #EF4D38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF4D38

Black with #EF4D38

Text Example


Text Example

White with #EF4D38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF4D38; }

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

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

background-color css

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

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

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

border-color css

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

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

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