Html Css Color HEX #FA250D Scarlet

📋 copy color: '#FA250D'

red 250 ◦ green 37 ◦ blue 13

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

Shades of Scarlet #FA250D

Tints of Scarlet #FA250D

RGB

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

 GREEN value IS 37 (14.84% from 255) = 12.33%

 BLUE value IS 13 (5.47% from 255) = 4.33%

R = 83.33%
G = 12.33%
B = 4.33%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.95

 K value IS 0.02

RGB Variations

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

Color information

#FA250D (or 0xFA250D) is known color: Scarlet. HEX triplet: FA, 25 and 0D. RGB value is (250,37,13). Sum of RGB (Red+Green+Blue) = 250+37+13=300 (39% of max value = 765). Red value is 250 (98.05% from 255 or 83.33% from 300); Green value is 37 (14.84% from 255 or 12.33% from 300); Blue value is 13 (5.47% from 255 or 4.33% from 300); Max value from RGB is 250 - color contains mainly: red. Hex color #FA250D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FA250D is #05DAF2. Grayscale: #626262. Windows color (decimal): -383731 or 861690. OLE color: 861690.

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

Color convert

RGB 250 37 13 -
CMYK 0 0.85 0.95 0.02
HSL 6.08º 0.96% 0.52% -
HSV(B) 6.08º 0.95% 0.98% -
XYZ 40.16 21.68 2.45 -
YUV 97.95 80.07 236.45 -
System Red Green Blue C M Y K H S L
Decimal 250 37 13 0 0.85 0.95 0.02 6.08 0.96 0.52
Hex FA 25 D 0 55 5F 2 6 60 34
Octal 372 45 15 0 125 137 2 6 140 64
Binary 11111010 100101 1101 0 1010101 1011111 10 110 1100000 110100

Color Harmonies of #FA250D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA250D

Black with #FA250D

Text Example


Text Example

White with #FA250D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA250D; }

 p { color: rgb(250,37,13); }

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

background-color css

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

 a { background-color: rgb(250,37,13); }

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

border-color css

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

 span { border-color: rgb(250,37,13); }

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