Html Css Color HEX #FD270D Scarlet

📋 copy color: '#FD270D'

red 253 ◦ green 39 ◦ blue 13

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

Shades of Scarlet #FD270D

Tints of Scarlet #FD270D

RGB

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

 GREEN value IS 39 (15.63% from 255) = 12.79%

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

R = 82.95%
G = 12.79%
B = 4.26%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.95

 K value IS 0.01

RGB Variations

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

Color information

#FD270D (or 0xFD270D) is known color: Scarlet. HEX triplet: FD, 27 and 0D. RGB value is (253,39,13). Sum of RGB (Red+Green+Blue) = 253+39+13=305 (40% of max value = 765). Red value is 253 (99.22% from 255 or 82.95% from 305); Green value is 39 (15.62% from 255 or 12.79% from 305); Blue value is 13 (5.47% from 255 or 4.26% from 305); Max value from RGB is 253 - color contains mainly: red. Hex color #FD270D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FD270D is #02D8F2. Grayscale: #646464. Windows color (decimal): -186611 or 862205. OLE color: 862205.

HSL color Cylindrical-coordinate representation of color #FD270D: hue angle of 6.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 #FD270D is Cyan = 0, Magento = 0.85, Yellow = 0.95 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 39 13 -
CMYK 0 0.85 0.95 0.01
HSL 6.5º 0.98% 0.52% -
HSV(B) 6.5º 0.95% 0.99% -
XYZ 41.31 22.36 2.52 -
YUV 100.02 78.9 237.11 -
System Red Green Blue C M Y K H S L
Decimal 253 39 13 0 0.85 0.95 0.01 6.5 0.98 0.52
Hex FD 27 D 0 55 5F 1 6 62 34
Octal 375 47 15 0 125 137 1 6 142 64
Binary 11111101 100111 1101 0 1010101 1011111 1 110 1100010 110100

Color Harmonies of #FD270D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD270D

Black with #FD270D

Text Example


Text Example

White with #FD270D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD270D; }

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

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

background-color css

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

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

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

border-color css

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

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

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