Html Css Color HEX #FD231D Scarlet

📋 copy color: '#FD231D'

red 253 ◦ green 35 ◦ blue 29

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

Shades of Scarlet #FD231D

Tints of Scarlet #FD231D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 9.15%

R = 79.81%
G = 11.04%
B = 9.15%

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

#FD231D (or 0xFD231D) is known color: Scarlet. HEX triplet: FD, 23 and 1D. RGB value is (253,35,29). Sum of RGB (Red+Green+Blue) = 253+35+29=317 (41% of max value = 765). Red value is 253 (99.22% from 255 or 79.81% from 317); Green value is 35 (14.06% from 255 or 11.04% from 317); Blue value is 29 (11.72% from 255 or 9.15% from 317); Max value from RGB is 253 - color contains mainly: red. Hex color #FD231D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD231D is #02DCE2. Grayscale: #636363. Windows color (decimal): -187619 or 1909757. OLE color: 1909757.

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

Color convert

RGB 253 35 29 -
CMYK 0 0.86 0.89 0.01
HSL 1.61º 0.98% 0.55% -
HSV(B) 1.61º 0.89% 0.99% -
XYZ 41.33 22.17 3.26 -
YUV 99.5 88.22 237.49 -
System Red Green Blue C M Y K H S L
Decimal 253 35 29 0 0.86 0.89 0.01 1.61 0.98 0.55
Hex FD 23 1D 0 56 59 1 2 62 37
Octal 375 43 35 0 126 131 1 2 142 67
Binary 11111101 100011 11101 0 1010110 1011001 1 10 1100010 110111

Color Harmonies of #FD231D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD231D

Black with #FD231D

Text Example


Text Example

White with #FD231D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD231D; }

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

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

background-color css

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

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

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

border-color css

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

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

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