Html Css Color HEX #E92F0C Scarlet

📋 copy color: '#E92F0C'

red 233 ◦ green 47 ◦ blue 12

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

Shades of Scarlet #E92F0C

Tints of Scarlet #E92F0C

RGB

 RED value IS 233 (91.41% from 255) = 79.79%

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

 BLUE value IS 12 (5.08% from 255) = 4.11%

R = 79.79%
G = 16.1%
B = 4.11%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.95

 K value IS 0.09

RGB Variations

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

Color information

#E92F0C (or 0xE92F0C) is known color: Scarlet. HEX triplet: E9, 2F and 0C. RGB value is (233,47,12). Sum of RGB (Red+Green+Blue) = 233+47+12=292 (38% of max value = 765). Red value is 233 (91.41% from 255 or 79.79% from 292); Green value is 47 (18.75% from 255 or 16.10% from 292); Blue value is 12 (5.08% from 255 or 4.11% from 292); Max value from RGB is 233 - color contains mainly: red. Hex color #E92F0C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E92F0C is #16D0F3. Grayscale: #626262. Windows color (decimal): -1495284 or 798697. OLE color: 798697.

HSL color Cylindrical-coordinate representation of color #E92F0C: hue angle of 9.5º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E92F0C is Cyan = 0, Magento = 0.80, Yellow = 0.95 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 47 12 -
CMYK 0 0.80 0.95 0.09
HSL 9.5º 0.9% 0.48% -
HSV(B) 9.5º 0.95% 0.91% -
XYZ 34.69 19.38 2.26 -
YUV 98.62 79.12 223.85 -
System Red Green Blue C M Y K H S L
Decimal 233 47 12 0 0.80 0.95 0.09 9.5 0.9 0.48
Hex E9 2F C 0 50 5F 9 A 5A 30
Octal 351 57 14 0 120 137 11 12 132 60
Binary 11101001 101111 1100 0 1010000 1011111 1001 1010 1011010 110000

Color Harmonies of #E92F0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E92F0C

Black with #E92F0C

Text Example


Text Example

White with #E92F0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E92F0C; }

 p { color: rgb(233,47,12); }

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

background-color css

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

 a { background-color: rgb(233,47,12); }

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

border-color css

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

 span { border-color: rgb(233,47,12); }

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