Html Css Color HEX #FD231A Scarlet

📋 copy color: '#FD231A'

red 253 ◦ green 35 ◦ blue 26

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

Shades of Scarlet #FD231A

Tints of Scarlet #FD231A

RGB

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

 GREEN value IS 35 (14.06% from 255) = 11.15%

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

R = 80.57%
G = 11.15%
B = 8.28%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.90

 K value IS 0.01

RGB Variations

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

Color information

#FD231A (or 0xFD231A) is known color: Scarlet. HEX triplet: FD, 23 and 1A. RGB value is (253,35,26). Sum of RGB (Red+Green+Blue) = 253+35+26=314 (41% of max value = 765). Red value is 253 (99.22% from 255 or 80.57% from 314); Green value is 35 (14.06% from 255 or 11.15% from 314); Blue value is 26 (10.55% from 255 or 8.28% from 314); Max value from RGB is 253 - color contains mainly: red. Hex color #FD231A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD231A is #02DCE5. Grayscale: #636363. Windows color (decimal): -187622 or 1713149. OLE color: 1713149.

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

Color convert

RGB 253 35 26 -
CMYK 0 0.86 0.90 0.01
HSL 2.38º 0.98% 0.55% -
HSV(B) 2.38º 0.9% 0.99% -
XYZ 41.3 22.16 3.08 -
YUV 99.16 86.72 237.73 -
System Red Green Blue C M Y K H S L
Decimal 253 35 26 0 0.86 0.90 0.01 2.38 0.98 0.55
Hex FD 23 1A 0 56 5A 1 2 62 37
Octal 375 43 32 0 126 132 1 2 142 67
Binary 11111101 100011 11010 0 1010110 1011010 1 10 1100010 110111

Color Harmonies of #FD231A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD231A

Black with #FD231A

Text Example


Text Example

White with #FD231A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD231A; }

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

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

background-color css

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

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

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

border-color css

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

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

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