Html Css Color HEX #FF2F12 Scarlet

📋 copy color: '#FF2F12'

red 255 ◦ green 47 ◦ blue 18

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

Shades of Scarlet #FF2F12

Tints of Scarlet #FF2F12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 5.63%

R = 79.69%
G = 14.69%
B = 5.63%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.93

 K value IS 0

RGB Variations

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

Color information

#FF2F12 (or 0xFF2F12) is known color: Scarlet. HEX triplet: FF, 2F and 12. RGB value is (255,47,18). Sum of RGB (Red+Green+Blue) = 255+47+18=320 (42% of max value = 765). Red value is 255 (100% from 255 or 79.69% from 320); Green value is 47 (18.75% from 255 or 14.69% from 320); Blue value is 18 (7.42% from 255 or 5.62% from 320); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2F12 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF2F12 is #00D0ED. Grayscale: #6A6A6A. Windows color (decimal): -53486 or 1191935. OLE color: 1191935.

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

Color convert

RGB 255 47 18 -
CMYK 0 0.82 0.93 0
HSL 7.34º 1% 0.54% -
HSV(B) 7.34º 0.93% 1% -
XYZ 42.37 23.34 2.84 -
YUV 105.89 78.41 234.36 -
System Red Green Blue C M Y K H S L
Decimal 255 47 18 0 0.82 0.93 0 7.34 1 0.54
Hex FF 2F 12 0 52 5D 0 7 64 36
Octal 377 57 22 0 122 135 0 7 144 66
Binary 11111111 101111 10010 0 1010010 1011101 0 111 1100100 110110

Color Harmonies of #FF2F12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF2F12

Black with #FF2F12

Text Example


Text Example

White with #FF2F12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF2F12; }

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

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

background-color css

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

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

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

border-color css

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

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

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