Html Css Color HEX #FF210B Scarlet

📋 copy color: '#FF210B'

red 255 ◦ green 33 ◦ blue 11

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

Shades of Scarlet #FF210B

Tints of Scarlet #FF210B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.68%

R = 85.28%
G = 11.04%
B = 3.68%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.96

 K value IS 0

RGB Variations

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

Color information

#FF210B (or 0xFF210B) is known color: Scarlet. HEX triplet: FF, 21 and 0B. RGB value is (255,33,11). Sum of RGB (Red+Green+Blue) = 255+33+11=299 (39% of max value = 765). Red value is 255 (100% from 255 or 85.28% from 299); Green value is 33 (13.28% from 255 or 11.04% from 299); Blue value is 11 (4.69% from 255 or 3.68% from 299); Max value from RGB is 255 - color contains mainly: red. Hex color #FF210B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF210B is #00DEF4. Grayscale: #616161. Windows color (decimal): -57077 or 729599. OLE color: 729599.

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

Color convert

RGB 255 33 11 -
CMYK 0 0.87 0.96 0
HSL 5.41º 1% 0.52% -
HSV(B) 5.41º 0.96% 1% -
XYZ 41.84 22.37 2.43 -
YUV 96.87 79.55 240.79 -
System Red Green Blue C M Y K H S L
Decimal 255 33 11 0 0.87 0.96 0 5.41 1 0.52
Hex FF 21 B 0 57 60 0 5 64 34
Octal 377 41 13 0 127 140 0 5 144 64
Binary 11111111 100001 1011 0 1010111 1100000 0 101 1100100 110100

Color Harmonies of #FF210B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF210B

Black with #FF210B

Text Example


Text Example

White with #FF210B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF210B; }

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

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

background-color css

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

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

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

border-color css

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

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

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