Html Css Color HEX #E82F0C Scarlet

📋 copy color: '#E82F0C'

red 232 ◦ green 47 ◦ blue 12

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

Shades of Scarlet #E82F0C

Tints of Scarlet #E82F0C

RGB

 RED value IS 232 (91.02% from 255) = 79.73%

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

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

R = 79.73%
G = 16.15%
B = 4.12%

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

#E82F0C (or 0xE82F0C) is known color: Scarlet. HEX triplet: E8, 2F and 0C. RGB value is (232,47,12). Sum of RGB (Red+Green+Blue) = 232+47+12=291 (38% of max value = 765). Red value is 232 (91.02% from 255 or 79.73% from 291); Green value is 47 (18.75% from 255 or 16.15% from 291); Blue value is 12 (5.08% from 255 or 4.12% from 291); Max value from RGB is 232 - color contains mainly: red. Hex color #E82F0C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E82F0C is #17D0F3. Grayscale: #626262. Windows color (decimal): -1560820 or 798696. OLE color: 798696.

HSL color Cylindrical-coordinate representation of color #E82F0C: hue angle of 9.55º 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 #E82F0C is Cyan = 0, Magento = 0.80, Yellow = 0.95 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 47 12 -
CMYK 0 0.80 0.95 0.09
HSL 9.55º 0.9% 0.48% -
HSV(B) 9.55º 0.95% 0.91% -
XYZ 34.36 19.22 2.25 -
YUV 98.33 79.29 223.35 -
System Red Green Blue C M Y K H S L
Decimal 232 47 12 0 0.80 0.95 0.09 9.55 0.9 0.48
Hex E8 2F C 0 50 5F 9 A 5A 30
Octal 350 57 14 0 120 137 11 12 132 60
Binary 11101000 101111 1100 0 1010000 1011111 1001 1010 1011010 110000

Color Harmonies of #E82F0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E82F0C

Black with #E82F0C

Text Example


Text Example

White with #E82F0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E82F0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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