Html Css Color HEX #E6250C Scarlet

📋 copy color: '#E6250C'

red 230 ◦ green 37 ◦ blue 12

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

Shades of Scarlet #E6250C

Tints of Scarlet #E6250C

RGB

 RED value IS 230 (90.23% from 255) = 82.44%

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

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

R = 82.44%
G = 13.26%
B = 4.3%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.95

 K value IS 0.10

RGB Variations

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

Color information

#E6250C (or 0xE6250C) is known color: Scarlet. HEX triplet: E6, 25 and 0C. RGB value is (230,37,12). Sum of RGB (Red+Green+Blue) = 230+37+12=279 (36% of max value = 765). Red value is 230 (90.23% from 255 or 82.44% from 279); Green value is 37 (14.84% from 255 or 13.26% from 279); Blue value is 12 (5.08% from 255 or 4.30% from 279); Max value from RGB is 230 - color contains mainly: red. Hex color #E6250C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E6250C is #19DAF3. Grayscale: #5C5C5C. Windows color (decimal): -1694452 or 796134. OLE color: 796134.

HSL color Cylindrical-coordinate representation of color #E6250C: hue angle of 6.88º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E6250C is Cyan = 0, Magento = 0.84, Yellow = 0.95 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 37 12 -
CMYK 0 0.84 0.95 0.10
HSL 6.88º 0.9% 0.47% -
HSV(B) 6.88º 0.95% 0.9% -
XYZ 33.36 18.17 2.1 -
YUV 91.86 82.94 226.53 -
System Red Green Blue C M Y K H S L
Decimal 230 37 12 0 0.84 0.95 0.10 6.88 0.9 0.47
Hex E6 25 C 0 54 5F A 7 5A 2F
Octal 346 45 14 0 124 137 12 7 132 57
Binary 11100110 100101 1100 0 1010100 1011111 1010 111 1011010 101111

Color Harmonies of #E6250C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6250C

Black with #E6250C

Text Example


Text Example

White with #E6250C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6250C; }

 p { color: rgb(230,37,12); }

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

background-color css

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

 a { background-color: rgb(230,37,12); }

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

border-color css

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

 span { border-color: rgb(230,37,12); }

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