Html Css Color HEX #FD2602 Scarlet

📋 copy color: '#FD2602'

red 253 ◦ green 38 ◦ blue 2

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

Shades of Scarlet #FD2602

Tints of Scarlet #FD2602

RGB

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

 GREEN value IS 38 (15.23% from 255) = 12.97%

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

R = 86.35%
G = 12.97%
B = 0.68%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.99

 K value IS 0.01

RGB Variations

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

Color information

#FD2602 (or 0xFD2602) is known color: Scarlet. HEX triplet: FD, 26 and 02. RGB value is (253,38,2). Sum of RGB (Red+Green+Blue) = 253+38+2=293 (38% of max value = 765). Red value is 253 (99.22% from 255 or 86.35% from 293); Green value is 38 (15.23% from 255 or 12.97% from 293); Blue value is 2 (1.17% from 255 or 0.68% from 293); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2602 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FD2602 is #02D9FD. Grayscale: #626262. Windows color (decimal): -186878 or 141053. OLE color: 141053.

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

Color convert

RGB 253 38 2 -
CMYK 0 0.85 0.99 0.01
HSL 8.61º 0.98% 0.5% -
HSV(B) 8.61º 0.99% 0.99% -
XYZ 41.21 22.27 2.18 -
YUV 98.18 73.73 238.43 -
System Red Green Blue C M Y K H S L
Decimal 253 38 2 0 0.85 0.99 0.01 8.61 0.98 0.5
Hex FD 26 2 0 55 63 1 9 62 32
Octal 375 46 2 0 125 143 1 11 142 62
Binary 11111101 100110 10 0 1010101 1100011 1 1001 1100010 110010

Color Harmonies of #FD2602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD2602

Black with #FD2602

Text Example


Text Example

White with #FD2602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD2602; }

 p { color: rgb(253,38,2); }

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

background-color css

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

 a { background-color: rgb(253,38,2); }

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

border-color css

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

 span { border-color: rgb(253,38,2); }

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