Html Css Color HEX #EF2F25 Cinnabar

📋 copy color: '#EF2F25'

red 239 ◦ green 47 ◦ blue 37

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

Shades of Cinnabar #EF2F25

Tints of Cinnabar #EF2F25

RGB

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

 GREEN value IS 47 (18.75% from 255) = 14.55%

 BLUE value IS 37 (14.84% from 255) = 11.46%

R = 73.99%
G = 14.55%
B = 11.46%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.85

 K value IS 0.06

RGB Variations

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

Color information

#EF2F25 (or 0xEF2F25) is known color: Cinnabar. HEX triplet: EF, 2F and 25. RGB value is (239,47,37). Sum of RGB (Red+Green+Blue) = 239+47+37=323 (42% of max value = 765). Red value is 239 (93.75% from 255 or 73.99% from 323); Green value is 47 (18.75% from 255 or 14.55% from 323); Blue value is 37 (14.84% from 255 or 11.46% from 323); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2F25 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF2F25 is #10D0DA. Grayscale: #676767. Windows color (decimal): -1102043 or 2437103. OLE color: 2437103.

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

Color convert

RGB 239 47 37 -
CMYK 0 0.80 0.85 0.06
HSL 2.97º 0.86% 0.54% -
HSV(B) 2.97º 0.85% 0.94% -
XYZ 36.95 20.52 3.76 -
YUV 103.27 90.61 224.81 -
System Red Green Blue C M Y K H S L
Decimal 239 47 37 0 0.80 0.85 0.06 2.97 0.86 0.54
Hex EF 2F 25 0 50 55 6 3 56 36
Octal 357 57 45 0 120 125 6 3 126 66
Binary 11101111 101111 100101 0 1010000 1010101 110 11 1010110 110110

Color Harmonies of #EF2F25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF2F25

Black with #EF2F25

Text Example


Text Example

White with #EF2F25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF2F25; }

 p { color: rgb(239,47,37); }

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

background-color css

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

 a { background-color: rgb(239,47,37); }

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

border-color css

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

 span { border-color: rgb(239,47,37); }

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