Html Css Color HEX #FA241D Scarlet

📋 copy color: '#FA241D'

red 250 ◦ green 36 ◦ blue 29

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

Shades of Scarlet #FA241D

Tints of Scarlet #FA241D

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.43%

 BLUE value IS 29 (11.72% from 255) = 9.21%

R = 79.37%
G = 11.43%
B = 9.21%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.88

 K value IS 0.02

RGB Variations

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

Color information

#FA241D (or 0xFA241D) is known color: Scarlet. HEX triplet: FA, 24 and 1D. RGB value is (250,36,29). Sum of RGB (Red+Green+Blue) = 250+36+29=315 (41% of max value = 765). Red value is 250 (98.05% from 255 or 79.37% from 315); Green value is 36 (14.45% from 255 or 11.43% from 315); Blue value is 29 (11.72% from 255 or 9.21% from 315); Max value from RGB is 250 - color contains mainly: red. Hex color #FA241D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA241D is #05DBE2. Grayscale: #636363. Windows color (decimal): -383971 or 1910010. OLE color: 1910010.

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

Color convert

RGB 250 36 29 -
CMYK 0 0.86 0.88 0.02
HSL 1.9º 0.96% 0.55% -
HSV(B) 1.9º 0.88% 0.98% -
XYZ 40.28 21.67 3.22 -
YUV 99.19 88.4 235.57 -
System Red Green Blue C M Y K H S L
Decimal 250 36 29 0 0.86 0.88 0.02 1.9 0.96 0.55
Hex FA 24 1D 0 56 58 2 2 60 37
Octal 372 44 35 0 126 130 2 2 140 67
Binary 11111010 100100 11101 0 1010110 1011000 10 10 1100000 110111

Color Harmonies of #FA241D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA241D

Black with #FA241D

Text Example


Text Example

White with #FA241D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA241D; }

 p { color: rgb(250,36,29); }

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

background-color css

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

 a { background-color: rgb(250,36,29); }

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

border-color css

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

 span { border-color: rgb(250,36,29); }

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