Html Css Color HEX #FF2F0E Scarlet

📋 copy color: '#FF2F0E'

red 255 ◦ green 47 ◦ blue 14

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

Shades of Scarlet #FF2F0E

Tints of Scarlet #FF2F0E

RGB

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

 GREEN value IS 47 (18.75% from 255) = 14.87%

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

R = 80.7%
G = 14.87%
B = 4.43%

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

#FF2F0E (or 0xFF2F0E) is known color: Scarlet. HEX triplet: FF, 2F and 0E. RGB value is (255,47,14). Sum of RGB (Red+Green+Blue) = 255+47+14=316 (41% of max value = 765). Red value is 255 (100% from 255 or 80.70% from 316); Green value is 47 (18.75% from 255 or 14.87% from 316); Blue value is 14 (5.86% from 255 or 4.43% from 316); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2F0E is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF2F0E is #00D0F1. Grayscale: #696969. Windows color (decimal): -53490 or 929791. OLE color: 929791.

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

Color convert

RGB 255 47 14 -
CMYK 0 0.82 0.95 0
HSL 8.22º 1% 0.53% -
HSV(B) 8.22º 0.95% 1% -
XYZ 42.34 23.32 2.69 -
YUV 105.43 76.41 234.68 -
System Red Green Blue C M Y K H S L
Decimal 255 47 14 0 0.82 0.95 0 8.22 1 0.53
Hex FF 2F E 0 52 5F 0 8 64 35
Octal 377 57 16 0 122 137 0 10 144 65
Binary 11111111 101111 1110 0 1010010 1011111 0 1000 1100100 110101

Color Harmonies of #FF2F0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF2F0E

Black with #FF2F0E

Text Example


Text Example

White with #FF2F0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF2F0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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