Html Css Color HEX #F12D12 Scarlet

📋 copy color: '#F12D12'

red 241 ◦ green 45 ◦ blue 18

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

Shades of Scarlet #F12D12

Tints of Scarlet #F12D12

RGB

 RED value IS 241 (94.53% from 255) = 79.28%

 GREEN value IS 45 (17.97% from 255) = 14.8%

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

R = 79.28%
G = 14.8%
B = 5.92%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.93

 K value IS 0.05

RGB Variations

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

Color information

#F12D12 (or 0xF12D12) is known color: Scarlet. HEX triplet: F1, 2D and 12. RGB value is (241,45,18). Sum of RGB (Red+Green+Blue) = 241+45+18=304 (40% of max value = 765). Red value is 241 (94.53% from 255 or 79.28% from 304); Green value is 45 (17.97% from 255 or 14.80% from 304); Blue value is 18 (7.42% from 255 or 5.92% from 304); Max value from RGB is 241 - color contains mainly: red. Hex color #F12D12 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F12D12 is #0ED2ED. Grayscale: #646464. Windows color (decimal): -971502 or 1191409. OLE color: 1191409.

HSL color Cylindrical-coordinate representation of color #F12D12: hue angle of 7.26º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F12D12 is Cyan = 0, Magento = 0.81, Yellow = 0.93 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 45 18 -
CMYK 0 0.81 0.93 0.05
HSL 7.26º 0.89% 0.51% -
HSV(B) 7.26º 0.93% 0.95% -
XYZ 37.32 20.62 2.59 -
YUV 100.53 81.43 228.2 -
System Red Green Blue C M Y K H S L
Decimal 241 45 18 0 0.81 0.93 0.05 7.26 0.89 0.51
Hex F1 2D 12 0 51 5D 5 7 59 33
Octal 361 55 22 0 121 135 5 7 131 63
Binary 11110001 101101 10010 0 1010001 1011101 101 111 1011001 110011

Color Harmonies of #F12D12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F12D12

Black with #F12D12

Text Example


Text Example

White with #F12D12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F12D12; }

 p { color: rgb(241,45,18); }

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

background-color css

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

 a { background-color: rgb(241,45,18); }

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

border-color css

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

 span { border-color: rgb(241,45,18); }

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