Html Css Color HEX #FA2D0E Scarlet

📋 copy color: '#FA2D0E'

red 250 ◦ green 45 ◦ blue 14

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

Shades of Scarlet #FA2D0E

Tints of Scarlet #FA2D0E

RGB

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

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

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

R = 80.91%
G = 14.56%
B = 4.53%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.94

 K value IS 0.02

RGB Variations

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

Color information

#FA2D0E (or 0xFA2D0E) is known color: Scarlet. HEX triplet: FA, 2D and 0E. RGB value is (250,45,14). Sum of RGB (Red+Green+Blue) = 250+45+14=309 (40% of max value = 765). Red value is 250 (98.05% from 255 or 80.91% from 309); Green value is 45 (17.97% from 255 or 14.56% from 309); Blue value is 14 (5.86% from 255 or 4.53% from 309); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2D0E is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FA2D0E is #05D2F1. Grayscale: #676767. Windows color (decimal): -381682 or 929274. OLE color: 929274.

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

Color convert

RGB 250 45 14 -
CMYK 0 0.82 0.94 0.02
HSL 7.88º 0.96% 0.52% -
HSV(B) 7.88º 0.94% 0.98% -
XYZ 40.44 22.23 2.58 -
YUV 102.76 77.92 233.02 -
System Red Green Blue C M Y K H S L
Decimal 250 45 14 0 0.82 0.94 0.02 7.88 0.96 0.52
Hex FA 2D E 0 52 5E 2 8 60 34
Octal 372 55 16 0 122 136 2 10 140 64
Binary 11111010 101101 1110 0 1010010 1011110 10 1000 1100000 110100

Color Harmonies of #FA2D0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA2D0E

Black with #FA2D0E

Text Example


Text Example

White with #FA2D0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA2D0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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