Html Css Color HEX #FD2F0D Scarlet

📋 copy color: '#FD2F0D'

red 253 ◦ green 47 ◦ blue 13

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

Shades of Scarlet #FD2F0D

Tints of Scarlet #FD2F0D

RGB

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

 GREEN value IS 47 (18.75% from 255) = 15.02%

 BLUE value IS 13 (5.47% from 255) = 4.15%

R = 80.83%
G = 15.02%
B = 4.15%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.95

 K value IS 0.01

RGB Variations

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

Color information

#FD2F0D (or 0xFD2F0D) is known color: Scarlet. HEX triplet: FD, 2F and 0D. RGB value is (253,47,13). Sum of RGB (Red+Green+Blue) = 253+47+13=313 (41% of max value = 765). Red value is 253 (99.22% from 255 or 80.83% from 313); Green value is 47 (18.75% from 255 or 15.02% from 313); Blue value is 13 (5.47% from 255 or 4.15% from 313); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2F0D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FD2F0D is #02D0F2. Grayscale: #696969. Windows color (decimal): -184563 or 864253. OLE color: 864253.

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

Color convert

RGB 253 47 13 -
CMYK 0 0.81 0.95 0.01
HSL 8.5º 0.98% 0.52% -
HSV(B) 8.5º 0.95% 0.99% -
XYZ 41.6 22.94 2.62 -
YUV 104.72 76.25 233.76 -
System Red Green Blue C M Y K H S L
Decimal 253 47 13 0 0.81 0.95 0.01 8.5 0.98 0.52
Hex FD 2F D 0 51 5F 1 8 62 34
Octal 375 57 15 0 121 137 1 10 142 64
Binary 11111101 101111 1101 0 1010001 1011111 1 1000 1100010 110100

Color Harmonies of #FD2F0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD2F0D

Black with #FD2F0D

Text Example


Text Example

White with #FD2F0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD2F0D; }

 p { color: rgb(253,47,13); }

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

background-color css

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

 a { background-color: rgb(253,47,13); }

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

border-color css

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

 span { border-color: rgb(253,47,13); }

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