Html Css Color HEX #EF2B09 Scarlet

📋 copy color: '#EF2B09'

red 239 ◦ green 43 ◦ blue 9

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

Shades of Scarlet #EF2B09

Tints of Scarlet #EF2B09

RGB

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

 GREEN value IS 43 (17.19% from 255) = 14.78%

 BLUE value IS 9 (3.91% from 255) = 3.09%

R = 82.13%
G = 14.78%
B = 3.09%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.96

 K value IS 0.06

RGB Variations

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

Color information

#EF2B09 (or 0xEF2B09) is known color: Scarlet. HEX triplet: EF, 2B and 09. RGB value is (239,43,9). Sum of RGB (Red+Green+Blue) = 239+43+9=291 (38% of max value = 765). Red value is 239 (93.75% from 255 or 82.13% from 291); Green value is 43 (17.19% from 255 or 14.78% from 291); Blue value is 9 (3.91% from 255 or 3.09% from 291); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2B09 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EF2B09 is #10D4F6. Grayscale: #626262. Windows color (decimal): -1103095 or 601071. OLE color: 601071.

HSL color Cylindrical-coordinate representation of color #EF2B09: hue angle of 8.87º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EF2B09 is Cyan = 0, Magento = 0.82, Yellow = 0.96 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 43 9 -
CMYK 0 0.82 0.96 0.06
HSL 8.87º 0.93% 0.49% -
HSV(B) 8.87º 0.96% 0.94% -
XYZ 36.51 20.1 2.21 -
YUV 97.73 77.93 228.76 -
System Red Green Blue C M Y K H S L
Decimal 239 43 9 0 0.82 0.96 0.06 8.87 0.93 0.49
Hex EF 2B 9 0 52 60 6 9 5D 31
Octal 357 53 11 0 122 140 6 11 135 61
Binary 11101111 101011 1001 0 1010010 1100000 110 1001 1011101 110001

Color Harmonies of #EF2B09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF2B09

Black with #EF2B09

Text Example


Text Example

White with #EF2B09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF2B09; }

 p { color: rgb(239,43,9); }

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

background-color css

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

 a { background-color: rgb(239,43,9); }

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

border-color css

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

 span { border-color: rgb(239,43,9); }

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