Html Css Color HEX #FF200E Scarlet

📋 copy color: '#FF200E'

red 255 ◦ green 32 ◦ blue 14

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

Shades of Scarlet #FF200E

Tints of Scarlet #FF200E

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.63%

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

R = 84.72%
G = 10.63%
B = 4.65%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.95

 K value IS 0

RGB Variations

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

Color information

#FF200E (or 0xFF200E) is known color: Scarlet. HEX triplet: FF, 20 and 0E. RGB value is (255,32,14). Sum of RGB (Red+Green+Blue) = 255+32+14=301 (39% of max value = 765). Red value is 255 (100% from 255 or 84.72% from 301); Green value is 32 (12.89% from 255 or 10.63% from 301); Blue value is 14 (5.86% from 255 or 4.65% from 301); Max value from RGB is 255 - color contains mainly: red. Hex color #FF200E is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF200E is #00DFF1. Grayscale: #606060. Windows color (decimal): -57330 or 925951. OLE color: 925951.

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

Color convert

RGB 255 32 14 -
CMYK 0 0.87 0.95 0
HSL 4.48º 1% 0.53% -
HSV(B) 4.48º 0.95% 1% -
XYZ 41.84 22.32 2.52 -
YUV 96.63 81.38 240.96 -
System Red Green Blue C M Y K H S L
Decimal 255 32 14 0 0.87 0.95 0 4.48 1 0.53
Hex FF 20 E 0 57 5F 0 4 64 35
Octal 377 40 16 0 127 137 0 4 144 65
Binary 11111111 100000 1110 0 1010111 1011111 0 100 1100100 110101

Color Harmonies of #FF200E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF200E

Black with #FF200E

Text Example


Text Example

White with #FF200E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF200E; }

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

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

background-color css

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

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

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

border-color css

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

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

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