Html Css Color HEX #FF210D Scarlet

📋 copy color: '#FF210D'

red 255 ◦ green 33 ◦ blue 13

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

Shades of Scarlet #FF210D

Tints of Scarlet #FF210D

RGB

 RED value IS 255 (100% from 255) = 84.72%

 GREEN value IS 33 (13.28% from 255) = 10.96%

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

R = 84.72%
G = 10.96%
B = 4.32%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.95

 K value IS 0

RGB Variations

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

Color information

#FF210D (or 0xFF210D) is known color: Scarlet. HEX triplet: FF, 21 and 0D. RGB value is (255,33,13). Sum of RGB (Red+Green+Blue) = 255+33+13=301 (39% of max value = 765). Red value is 255 (100% from 255 or 84.72% from 301); Green value is 33 (13.28% from 255 or 10.96% from 301); Blue value is 13 (5.47% from 255 or 4.32% from 301); Max value from RGB is 255 - color contains mainly: red. Hex color #FF210D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF210D is #00DEF2. Grayscale: #616161. Windows color (decimal): -57075 or 860671. OLE color: 860671.

HSL color Cylindrical-coordinate representation of color #FF210D: hue angle of 4.96º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FF210D is Cyan = 0, Magento = 0.87, Yellow = 0.95 and Black (K on CMYK) = 0.

Color convert

RGB 255 33 13 -
CMYK 0 0.87 0.95 0
HSL 4.96º 1% 0.53% -
HSV(B) 4.96º 0.95% 1% -
XYZ 41.86 22.38 2.49 -
YUV 97.1 80.55 240.63 -
System Red Green Blue C M Y K H S L
Decimal 255 33 13 0 0.87 0.95 0 4.96 1 0.53
Hex FF 21 D 0 57 5F 0 5 64 35
Octal 377 41 15 0 127 137 0 5 144 65
Binary 11111111 100001 1101 0 1010111 1011111 0 101 1100100 110101

Color Harmonies of #FF210D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF210D

Black with #FF210D

Text Example


Text Example

White with #FF210D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF210D; }

 p { color: rgb(255,33,13); }

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

background-color css

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

 a { background-color: rgb(255,33,13); }

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

border-color css

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

 span { border-color: rgb(255,33,13); }

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