Html Css Color HEX #FA2D12 Scarlet

📋 copy color: '#FA2D12'

red 250 ◦ green 45 ◦ blue 18

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

Shades of Scarlet #FA2D12

Tints of Scarlet #FA2D12

RGB

 RED value IS 250 (98.05% from 255) = 79.87%

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

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

R = 79.87%
G = 14.38%
B = 5.75%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.93

 K value IS 0.02

RGB Variations

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

Color information

#FA2D12 (or 0xFA2D12) is known color: Scarlet. HEX triplet: FA, 2D and 12. RGB value is (250,45,18). Sum of RGB (Red+Green+Blue) = 250+45+18=313 (41% of max value = 765). Red value is 250 (98.05% from 255 or 79.87% from 313); Green value is 45 (17.97% from 255 or 14.38% from 313); Blue value is 18 (7.42% from 255 or 5.75% from 313); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2D12 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FA2D12 is #05D2ED. Grayscale: #676767. Windows color (decimal): -381678 or 1191418. OLE color: 1191418.

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

Color convert

RGB 250 45 18 -
CMYK 0 0.82 0.93 0.02
HSL 6.98º 0.96% 0.53% -
HSV(B) 6.98º 0.93% 0.98% -
XYZ 40.47 22.24 2.73 -
YUV 103.22 79.92 232.7 -
System Red Green Blue C M Y K H S L
Decimal 250 45 18 0 0.82 0.93 0.02 6.98 0.96 0.53
Hex FA 2D 12 0 52 5D 2 7 60 35
Octal 372 55 22 0 122 135 2 7 140 65
Binary 11111010 101101 10010 0 1010010 1011101 10 111 1100000 110101

Color Harmonies of #FA2D12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA2D12

Black with #FA2D12

Text Example


Text Example

White with #FA2D12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA2D12; }

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

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

background-color css

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

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

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

border-color css

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

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

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