Html Css Color HEX #FA0D04 Red

📋 copy color: '#FA0D04'

red 250 ◦ green 13 ◦ blue 4

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

Shades of Red #FA0D04

Tints of Red #FA0D04

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.87%

 BLUE value IS 4 (1.95% from 255) = 1.5%

R = 93.63%
G = 4.87%
B = 1.5%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.98

 K value IS 0.02

RGB Variations

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

Color information

#FA0D04 (or 0xFA0D04) is known color: Red. HEX triplet: FA, 0D and 04. RGB value is (250,13,4). Sum of RGB (Red+Green+Blue) = 250+13+4=267 (35% of max value = 765). Red value is 250 (98.05% from 255 or 93.63% from 267); Green value is 13 (5.47% from 255 or 4.87% from 267); Blue value is 4 (1.95% from 255 or 1.50% from 267); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0D04 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FA0D04 is #05F2FB. Grayscale: #535353. Windows color (decimal): -389884 or 265722. OLE color: 265722.

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

Color convert

RGB 250 13 4 -
CMYK 0 0.95 0.98 0.02
HSL 2.2º 0.97% 0.5% -
HSV(B) 2.2º 0.98% 0.98% -
XYZ 39.59 20.62 2.01 -
YUV 82.84 83.52 247.23 -
System Red Green Blue C M Y K H S L
Decimal 250 13 4 0 0.95 0.98 0.02 2.2 0.97 0.5
Hex FA D 4 0 5F 62 2 2 61 32
Octal 372 15 4 0 137 142 2 2 141 62
Binary 11111010 1101 100 0 1011111 1100010 10 10 1100001 110010

Color Harmonies of #FA0D04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA0D04

Black with #FA0D04

Text Example


Text Example

White with #FA0D04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA0D04; }

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

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

background-color css

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

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

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

border-color css

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

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

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