Html Css Color HEX #FA1203 Red

📋 copy color: '#FA1203'

red 250 ◦ green 18 ◦ blue 3

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

Shades of Red #FA1203

Tints of Red #FA1203

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.64%

 BLUE value IS 3 (1.56% from 255) = 1.11%

R = 92.25%
G = 6.64%
B = 1.11%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.99

 K value IS 0.02

RGB Variations

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

Color information

#FA1203 (or 0xFA1203) is known color: Red. HEX triplet: FA, 12 and 03. RGB value is (250,18,3). Sum of RGB (Red+Green+Blue) = 250+18+3=271 (35% of max value = 765). Red value is 250 (98.05% from 255 or 92.25% from 271); Green value is 18 (7.42% from 255 or 6.64% from 271); Blue value is 3 (1.56% from 255 or 1.11% from 271); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1203 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FA1203 is #05EDFC. Grayscale: #555555. Windows color (decimal): -388605 or 201466. OLE color: 201466.

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

Color convert

RGB 250 18 3 -
CMYK 0 0.93 0.99 0.02
HSL 3.64º 0.98% 0.5% -
HSV(B) 3.64º 0.99% 0.98% -
XYZ 39.66 20.76 2 -
YUV 85.66 81.36 245.22 -
System Red Green Blue C M Y K H S L
Decimal 250 18 3 0 0.93 0.99 0.02 3.64 0.98 0.5
Hex FA 12 3 0 5D 63 2 4 62 32
Octal 372 22 3 0 135 143 2 4 142 62
Binary 11111010 10010 11 0 1011101 1100011 10 100 1100010 110010

Color Harmonies of #FA1203

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA1203

Black with #FA1203

Text Example


Text Example

White with #FA1203

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA1203; }

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

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

background-color css

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

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

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

border-color css

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

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

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