Html Css Color HEX #FA2D03 Scarlet

📋 copy color: '#FA2D03'

red 250 ◦ green 45 ◦ blue 3

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

Shades of Scarlet #FA2D03

Tints of Scarlet #FA2D03

RGB

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

 GREEN value IS 45 (17.97% from 255) = 15.1%

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

R = 83.89%
G = 15.1%
B = 1.01%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.99

 K value IS 0.02

RGB Variations

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

Color information

#FA2D03 (or 0xFA2D03) is known color: Scarlet. HEX triplet: FA, 2D and 03. RGB value is (250,45,3). Sum of RGB (Red+Green+Blue) = 250+45+3=298 (39% of max value = 765). Red value is 250 (98.05% from 255 or 83.89% from 298); Green value is 45 (17.97% from 255 or 15.10% from 298); Blue value is 3 (1.56% from 255 or 1.01% from 298); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2D03 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FA2D03 is #05D2FC. Grayscale: #656565. Windows color (decimal): -381693 or 208378. OLE color: 208378.

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

Color convert

RGB 250 45 3 -
CMYK 0 0.82 0.99 0.02
HSL 10.2º 0.98% 0.5% -
HSV(B) 10.2º 0.99% 0.98% -
XYZ 40.38 22.21 2.24 -
YUV 101.51 72.42 233.92 -
System Red Green Blue C M Y K H S L
Decimal 250 45 3 0 0.82 0.99 0.02 10.2 0.98 0.5
Hex FA 2D 3 0 52 63 2 A 62 32
Octal 372 55 3 0 122 143 2 12 142 62
Binary 11111010 101101 11 0 1010010 1100011 10 1010 1100010 110010

Color Harmonies of #FA2D03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA2D03

Black with #FA2D03

Text Example


Text Example

White with #FA2D03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA2D03; }

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

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

background-color css

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

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

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

border-color css

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

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

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