Html Css Color HEX #FD2B1A Scarlet

📋 copy color: '#FD2B1A'

red 253 ◦ green 43 ◦ blue 26

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

Shades of Scarlet #FD2B1A

Tints of Scarlet #FD2B1A

RGB

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

 GREEN value IS 43 (17.19% from 255) = 13.35%

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

R = 78.57%
G = 13.35%
B = 8.07%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.90

 K value IS 0.01

RGB Variations

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

Color information

#FD2B1A (or 0xFD2B1A) is known color: Scarlet. HEX triplet: FD, 2B and 1A. RGB value is (253,43,26). Sum of RGB (Red+Green+Blue) = 253+43+26=322 (42% of max value = 765). Red value is 253 (99.22% from 255 or 78.57% from 322); Green value is 43 (17.19% from 255 or 13.35% from 322); Blue value is 26 (10.55% from 255 or 8.07% from 322); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2B1A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD2B1A is #02D4E5. Grayscale: #686868. Windows color (decimal): -185574 or 1715197. OLE color: 1715197.

HSL color Cylindrical-coordinate representation of color #FD2B1A: hue angle of 4.49º 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 #FD2B1A is Cyan = 0, Magento = 0.83, Yellow = 0.90 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 43 26 -
CMYK 0 0.83 0.90 0.01
HSL 4.49º 0.98% 0.55% -
HSV(B) 4.49º 0.9% 0.99% -
XYZ 41.56 22.68 3.17 -
YUV 103.85 84.07 234.38 -
System Red Green Blue C M Y K H S L
Decimal 253 43 26 0 0.83 0.90 0.01 4.49 0.98 0.55
Hex FD 2B 1A 0 53 5A 1 4 62 37
Octal 375 53 32 0 123 132 1 4 142 67
Binary 11111101 101011 11010 0 1010011 1011010 1 100 1100010 110111

Color Harmonies of #FD2B1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD2B1A

Black with #FD2B1A

Text Example


Text Example

White with #FD2B1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD2B1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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