Html Css Color HEX #FA270D Scarlet

📋 copy color: '#FA270D'

red 250 ◦ green 39 ◦ blue 13

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

Shades of Scarlet #FA270D

Tints of Scarlet #FA270D

RGB

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

 GREEN value IS 39 (15.63% from 255) = 12.91%

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

R = 82.78%
G = 12.91%
B = 4.3%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.95

 K value IS 0.02

RGB Variations

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

Color information

#FA270D (or 0xFA270D) is known color: Scarlet. HEX triplet: FA, 27 and 0D. RGB value is (250,39,13). Sum of RGB (Red+Green+Blue) = 250+39+13=302 (40% of max value = 765). Red value is 250 (98.05% from 255 or 82.78% from 302); Green value is 39 (15.62% from 255 or 12.91% from 302); Blue value is 13 (5.47% from 255 or 4.30% from 302); Max value from RGB is 250 - color contains mainly: red. Hex color #FA270D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FA270D is #05D8F2. Grayscale: #636363. Windows color (decimal): -383219 or 862202. OLE color: 862202.

HSL color Cylindrical-coordinate representation of color #FA270D: hue angle of 6.58º 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 #FA270D is Cyan = 0, Magento = 0.84, Yellow = 0.95 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 39 13 -
CMYK 0 0.84 0.95 0.02
HSL 6.58º 0.96% 0.52% -
HSV(B) 6.58º 0.95% 0.98% -
XYZ 40.22 21.8 2.47 -
YUV 99.13 79.4 235.61 -
System Red Green Blue C M Y K H S L
Decimal 250 39 13 0 0.84 0.95 0.02 6.58 0.96 0.52
Hex FA 27 D 0 54 5F 2 7 60 34
Octal 372 47 15 0 124 137 2 7 140 64
Binary 11111010 100111 1101 0 1010100 1011111 10 111 1100000 110100

Color Harmonies of #FA270D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA270D

Black with #FA270D

Text Example


Text Example

White with #FA270D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA270D; }

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

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

background-color css

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

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

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

border-color css

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

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

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