Html Css Color HEX #FF290E Scarlet

📋 copy color: '#FF290E'

red 255 ◦ green 41 ◦ blue 14

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

Shades of Scarlet #FF290E

Tints of Scarlet #FF290E

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.23%

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

R = 82.26%
G = 13.23%
B = 4.52%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.95

 K value IS 0

RGB Variations

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

Color information

#FF290E (or 0xFF290E) is known color: Scarlet. HEX triplet: FF, 29 and 0E. RGB value is (255,41,14). Sum of RGB (Red+Green+Blue) = 255+41+14=310 (41% of max value = 765). Red value is 255 (100% from 255 or 82.26% from 310); Green value is 41 (16.41% from 255 or 13.23% from 310); Blue value is 14 (5.86% from 255 or 4.52% from 310); Max value from RGB is 255 - color contains mainly: red. Hex color #FF290E is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF290E is #00D6F1. Grayscale: #666666. Windows color (decimal): -55026 or 928255. OLE color: 928255.

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

Color convert

RGB 255 41 14 -
CMYK 0 0.84 0.95 0
HSL 6.72º 1% 0.53% -
HSV(B) 6.72º 0.95% 1% -
XYZ 42.11 22.88 2.61 -
YUV 101.91 78.4 237.2 -
System Red Green Blue C M Y K H S L
Decimal 255 41 14 0 0.84 0.95 0 6.72 1 0.53
Hex FF 29 E 0 54 5F 0 7 64 35
Octal 377 51 16 0 124 137 0 7 144 65
Binary 11111111 101001 1110 0 1010100 1011111 0 111 1100100 110101

Color Harmonies of #FF290E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF290E

Black with #FF290E

Text Example


Text Example

White with #FF290E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF290E; }

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

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

background-color css

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

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

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

border-color css

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

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

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