Html Css Color HEX #FF2E0E Scarlet

📋 copy color: '#FF2E0E'

red 255 ◦ green 46 ◦ blue 14

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

Shades of Scarlet #FF2E0E

Tints of Scarlet #FF2E0E

RGB

 RED value IS 255 (100% from 255) = 80.95%

 GREEN value IS 46 (18.36% from 255) = 14.6%

 BLUE value IS 14 (5.86% from 255) = 4.44%

R = 80.95%
G = 14.6%
B = 4.44%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.95

 K value IS 0

RGB Variations

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

Color information

#FF2E0E (or 0xFF2E0E) is known color: Scarlet. HEX triplet: FF, 2E and 0E. RGB value is (255,46,14). Sum of RGB (Red+Green+Blue) = 255+46+14=315 (41% of max value = 765). Red value is 255 (100% from 255 or 80.95% from 315); Green value is 46 (18.36% from 255 or 14.60% from 315); Blue value is 14 (5.86% from 255 or 4.44% from 315); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2E0E is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF2E0E is #00D1F1. Grayscale: #696969. Windows color (decimal): -53746 or 929535. OLE color: 929535.

HSL color Cylindrical-coordinate representation of color #FF2E0E: hue angle of 7.97º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FF2E0E is Cyan = 0, Magento = 0.82, Yellow = 0.95 and Black (K on CMYK) = 0.

Color convert

RGB 255 46 14 -
CMYK 0 0.82 0.95 0
HSL 7.97º 1% 0.53% -
HSV(B) 7.97º 0.95% 1% -
XYZ 42.3 23.25 2.67 -
YUV 104.84 76.74 235.1 -
System Red Green Blue C M Y K H S L
Decimal 255 46 14 0 0.82 0.95 0 7.97 1 0.53
Hex FF 2E E 0 52 5F 0 8 64 35
Octal 377 56 16 0 122 137 0 10 144 65
Binary 11111111 101110 1110 0 1010010 1011111 0 1000 1100100 110101

Color Harmonies of #FF2E0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF2E0E

Black with #FF2E0E

Text Example


Text Example

White with #FF2E0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF2E0E; }

 p { color: rgb(255,46,14); }

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

background-color css

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

 a { background-color: rgb(255,46,14); }

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

border-color css

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

 span { border-color: rgb(255,46,14); }

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