Html Css Color HEX #EF3C3A Cinnabar

📋 copy color: '#EF3C3A'

red 239 ◦ green 60 ◦ blue 58

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

Shades of Cinnabar #EF3C3A

Tints of Cinnabar #EF3C3A

RGB

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

 GREEN value IS 60 (23.83% from 255) = 16.81%

 BLUE value IS 58 (23.05% from 255) = 16.25%

R = 66.95%
G = 16.81%
B = 16.25%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.76

 K value IS 0.06

RGB Variations

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

Color information

#EF3C3A (or 0xEF3C3A) is known color: Cinnabar. HEX triplet: EF, 3C and 3A. RGB value is (239,60,58). Sum of RGB (Red+Green+Blue) = 239+60+58=357 (47% of max value = 765). Red value is 239 (93.75% from 255 or 66.95% from 357); Green value is 60 (23.83% from 255 or 16.81% from 357); Blue value is 58 (23.05% from 255 or 16.25% from 357); Max value from RGB is 239 - color contains mainly: red. Hex color #EF3C3A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF3C3A is #10C3C5. Grayscale: #717171. Windows color (decimal): -1098694 or 3816687. OLE color: 3816687.

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

Color convert

RGB 239 60 58 -
CMYK 0 0.75 0.76 0.06
HSL 0.66º 0.85% 0.58% -
HSV(B) 0.66º 0.76% 0.94% -
XYZ 37.98 21.89 6.23 -
YUV 113.29 96.8 217.66 -
System Red Green Blue C M Y K H S L
Decimal 239 60 58 0 0.75 0.76 0.06 0.66 0.85 0.58
Hex EF 3C 3A 0 4B 4C 6 1 55 3A
Octal 357 74 72 0 113 114 6 1 125 72
Binary 11101111 111100 111010 0 1001011 1001100 110 1 1010101 111010

Color Harmonies of #EF3C3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF3C3A

Black with #EF3C3A

Text Example


Text Example

White with #EF3C3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF3C3A; }

 p { color: rgb(239,60,58); }

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

background-color css

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

 a { background-color: rgb(239,60,58); }

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

border-color css

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

 span { border-color: rgb(239,60,58); }

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