Html Css Color HEX #FD231C Scarlet

📋 copy color: '#FD231C'

red 253 ◦ green 35 ◦ blue 28

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

Shades of Scarlet #FD231C

Tints of Scarlet #FD231C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 8.86%

R = 80.06%
G = 11.08%
B = 8.86%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.89

 K value IS 0.01

RGB Variations

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

Color information

#FD231C (or 0xFD231C) is known color: Scarlet. HEX triplet: FD, 23 and 1C. RGB value is (253,35,28). Sum of RGB (Red+Green+Blue) = 253+35+28=316 (41% of max value = 765). Red value is 253 (99.22% from 255 or 80.06% from 316); Green value is 35 (14.06% from 255 or 11.08% from 316); Blue value is 28 (11.33% from 255 or 8.86% from 316); Max value from RGB is 253 - color contains mainly: red. Hex color #FD231C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD231C is #02DCE3. Grayscale: #636363. Windows color (decimal): -187620 or 1844221. OLE color: 1844221.

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

Color convert

RGB 253 35 28 -
CMYK 0 0.86 0.89 0.01
HSL 1.87º 0.98% 0.55% -
HSV(B) 1.87º 0.89% 0.99% -
XYZ 41.32 22.17 3.2 -
YUV 99.38 87.72 237.57 -
System Red Green Blue C M Y K H S L
Decimal 253 35 28 0 0.86 0.89 0.01 1.87 0.98 0.55
Hex FD 23 1C 0 56 59 1 2 62 37
Octal 375 43 34 0 126 131 1 2 142 67
Binary 11111101 100011 11100 0 1010110 1011001 1 10 1100010 110111

Color Harmonies of #FD231C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD231C

Black with #FD231C

Text Example


Text Example

White with #FD231C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD231C; }

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

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

background-color css

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

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

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

border-color css

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

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

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