Html Css Color HEX #EF473C Cinnabar

📋 copy color: '#EF473C'

red 239 ◦ green 71 ◦ blue 60

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

Shades of Cinnabar #EF473C

Tints of Cinnabar #EF473C

RGB

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

 GREEN value IS 71 (28.13% from 255) = 19.19%

 BLUE value IS 60 (23.83% from 255) = 16.22%

R = 64.59%
G = 19.19%
B = 16.22%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.75

 K value IS 0.06

RGB Variations

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

Color information

#EF473C (or 0xEF473C) is known color: Cinnabar. HEX triplet: EF, 47 and 3C. RGB value is (239,71,60). Sum of RGB (Red+Green+Blue) = 239+71+60=370 (49% of max value = 765). Red value is 239 (93.75% from 255 or 64.59% from 370); Green value is 71 (28.12% from 255 or 19.19% from 370); Blue value is 60 (23.83% from 255 or 16.22% from 370); Max value from RGB is 239 - color contains mainly: red. Hex color #EF473C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF473C is #10B8C3. Grayscale: #787878. Windows color (decimal): -1095876 or 3950575. OLE color: 3950575.

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

Color convert

RGB 239 71 60 -
CMYK 0 0.70 0.75 0.06
HSL 3.69º 0.85% 0.59% -
HSV(B) 3.69º 0.75% 0.94% -
XYZ 38.67 23.18 6.71 -
YUV 119.98 94.16 212.89 -
System Red Green Blue C M Y K H S L
Decimal 239 71 60 0 0.70 0.75 0.06 3.69 0.85 0.59
Hex EF 47 3C 0 46 4B 6 4 55 3B
Octal 357 107 74 0 106 113 6 4 125 73
Binary 11101111 1000111 111100 0 1000110 1001011 110 100 1010101 111011

Color Harmonies of #EF473C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF473C

Black with #EF473C

Text Example


Text Example

White with #EF473C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF473C; }

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

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

background-color css

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

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

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

border-color css

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

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

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