Html Css Color HEX #FF2814 Scarlet

📋 copy color: '#FF2814'

red 255 ◦ green 40 ◦ blue 20

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

Shades of Scarlet #FF2814

Tints of Scarlet #FF2814

RGB

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

 GREEN value IS 40 (16.02% from 255) = 12.7%

 BLUE value IS 20 (8.2% from 255) = 6.35%

R = 80.95%
G = 12.7%
B = 6.35%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.92

 K value IS 0

RGB Variations

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

Color information

#FF2814 (or 0xFF2814) is known color: Scarlet. HEX triplet: FF, 28 and 14. RGB value is (255,40,20). Sum of RGB (Red+Green+Blue) = 255+40+20=315 (41% of max value = 765). Red value is 255 (100% from 255 or 80.95% from 315); Green value is 40 (16.02% from 255 or 12.70% from 315); Blue value is 20 (8.20% from 255 or 6.35% from 315); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2814 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF2814 is #00D7EB. Grayscale: #666666. Windows color (decimal): -55276 or 1321215. OLE color: 1321215.

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

Color convert

RGB 255 40 20 -
CMYK 0 0.84 0.92 0
HSL 5.11º 1% 0.54% -
HSV(B) 5.11º 0.92% 1% -
XYZ 42.13 22.83 2.85 -
YUV 102.01 81.73 237.13 -
System Red Green Blue C M Y K H S L
Decimal 255 40 20 0 0.84 0.92 0 5.11 1 0.54
Hex FF 28 14 0 54 5C 0 5 64 36
Octal 377 50 24 0 124 134 0 5 144 66
Binary 11111111 101000 10100 0 1010100 1011100 0 101 1100100 110110

Color Harmonies of #FF2814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF2814

Black with #FF2814

Text Example


Text Example

White with #FF2814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF2814; }

 p { color: rgb(255,40,20); }

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

background-color css

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

 a { background-color: rgb(255,40,20); }

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

border-color css

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

 span { border-color: rgb(255,40,20); }

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