Html Css Color HEX #FF1502 Scarlet

📋 copy color: '#FF1502'

red 255 ◦ green 21 ◦ blue 2

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

Shades of Scarlet #FF1502

Tints of Scarlet #FF1502

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.55%

 BLUE value IS 2 (1.17% from 255) = 0.72%

R = 91.73%
G = 7.55%
B = 0.72%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.99

 K value IS 0

RGB Variations

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

Color information

#FF1502 (or 0xFF1502) is known color: Scarlet. HEX triplet: FF, 15 and 02. RGB value is (255,21,2). Sum of RGB (Red+Green+Blue) = 255+21+2=278 (36% of max value = 765). Red value is 255 (100% from 255 or 91.73% from 278); Green value is 21 (8.59% from 255 or 7.55% from 278); Blue value is 2 (1.17% from 255 or 0.72% from 278); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1502 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FF1502 is #00EAFD. Grayscale: #595959. Windows color (decimal): -60158 or 136703. OLE color: 136703.

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

Color convert

RGB 255 21 2 -
CMYK 0 0.92 0.99 0
HSL 4.51º 1% 0.5% -
HSV(B) 4.51º 0.99% 1% -
XYZ 41.52 21.8 2.08 -
YUV 88.8 79.02 246.54 -
System Red Green Blue C M Y K H S L
Decimal 255 21 2 0 0.92 0.99 0 4.51 1 0.5
Hex FF 15 2 0 5C 63 0 5 64 32
Octal 377 25 2 0 134 143 0 5 144 62
Binary 11111111 10101 10 0 1011100 1100011 0 101 1100100 110010

Color Harmonies of #FF1502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF1502

Black with #FF1502

Text Example


Text Example

White with #FF1502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF1502; }

 p { color: rgb(255,21,2); }

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

background-color css

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

 a { background-color: rgb(255,21,2); }

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

border-color css

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

 span { border-color: rgb(255,21,2); }

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