Html Css Color HEX #FD251A Scarlet

📋 copy color: '#FD251A'

red 253 ◦ green 37 ◦ blue 26

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

Shades of Scarlet #FD251A

Tints of Scarlet #FD251A

RGB

 RED value IS 253 (99.22% from 255) = 80.06%

 GREEN value IS 37 (14.84% from 255) = 11.71%

 BLUE value IS 26 (10.55% from 255) = 8.23%

R = 80.06%
G = 11.71%
B = 8.23%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.90

 K value IS 0.01

RGB Variations

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

Color information

#FD251A (or 0xFD251A) is known color: Scarlet. HEX triplet: FD, 25 and 1A. RGB value is (253,37,26). Sum of RGB (Red+Green+Blue) = 253+37+26=316 (41% of max value = 765). Red value is 253 (99.22% from 255 or 80.06% from 316); Green value is 37 (14.84% from 255 or 11.71% from 316); Blue value is 26 (10.55% from 255 or 8.23% from 316); Max value from RGB is 253 - color contains mainly: red. Hex color #FD251A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD251A is #02DAE5. Grayscale: #646464. Windows color (decimal): -187110 or 1713661. OLE color: 1713661.

HSL color Cylindrical-coordinate representation of color #FD251A: hue angle of 2.91º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FD251A is Cyan = 0, Magento = 0.85, Yellow = 0.90 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 37 26 -
CMYK 0 0.85 0.90 0.01
HSL 2.91º 0.98% 0.55% -
HSV(B) 2.91º 0.9% 0.99% -
XYZ 41.36 22.28 3.1 -
YUV 100.33 86.06 236.89 -
System Red Green Blue C M Y K H S L
Decimal 253 37 26 0 0.85 0.90 0.01 2.91 0.98 0.55
Hex FD 25 1A 0 55 5A 1 3 62 37
Octal 375 45 32 0 125 132 1 3 142 67
Binary 11111101 100101 11010 0 1010101 1011010 1 11 1100010 110111

Color Harmonies of #FD251A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD251A

Black with #FD251A

Text Example


Text Example

White with #FD251A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD251A; }

 p { color: rgb(253,37,26); }

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

background-color css

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

 a { background-color: rgb(253,37,26); }

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

border-color css

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

 span { border-color: rgb(253,37,26); }

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