Html Css Color HEX #EF251F Scarlet

📋 copy color: '#EF251F'

red 239 ◦ green 37 ◦ blue 31

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

Shades of Scarlet #EF251F

Tints of Scarlet #EF251F

RGB

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

 GREEN value IS 37 (14.84% from 255) = 12.05%

 BLUE value IS 31 (12.5% from 255) = 10.1%

R = 77.85%
G = 12.05%
B = 10.1%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.87

 K value IS 0.06

RGB Variations

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

Color information

#EF251F (or 0xEF251F) is known color: Scarlet. HEX triplet: EF, 25 and 1F. RGB value is (239,37,31). Sum of RGB (Red+Green+Blue) = 239+37+31=307 (40% of max value = 765). Red value is 239 (93.75% from 255 or 77.85% from 307); Green value is 37 (14.84% from 255 or 12.05% from 307); Blue value is 31 (12.5% from 255 or 10.10% from 307); Max value from RGB is 239 - color contains mainly: red. Hex color #EF251F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF251F is #10DAE0. Grayscale: #606060. Windows color (decimal): -1104609 or 2041327. OLE color: 2041327.

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

Color convert

RGB 239 37 31 -
CMYK 0 0.85 0.87 0.06
HSL 1.73º 0.87% 0.53% -
HSV(B) 1.73º 0.87% 0.94% -
XYZ 36.51 19.77 3.19 -
YUV 96.71 90.92 229.49 -
System Red Green Blue C M Y K H S L
Decimal 239 37 31 0 0.85 0.87 0.06 1.73 0.87 0.53
Hex EF 25 1F 0 55 57 6 2 57 35
Octal 357 45 37 0 125 127 6 2 127 65
Binary 11101111 100101 11111 0 1010101 1010111 110 10 1010111 110101

Color Harmonies of #EF251F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF251F

Black with #EF251F

Text Example


Text Example

White with #EF251F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF251F; }

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

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

background-color css

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

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

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

border-color css

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

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

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