Html Css Color HEX #FD2902 Scarlet

📋 copy color: '#FD2902'

red 253 ◦ green 41 ◦ blue 2

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

Shades of Scarlet #FD2902

Tints of Scarlet #FD2902

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.85%

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

R = 85.47%
G = 13.85%
B = 0.68%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.99

 K value IS 0.01

RGB Variations

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

Color information

#FD2902 (or 0xFD2902) is known color: Scarlet. HEX triplet: FD, 29 and 02. RGB value is (253,41,2). Sum of RGB (Red+Green+Blue) = 253+41+2=296 (39% of max value = 765). Red value is 253 (99.22% from 255 or 85.47% from 296); Green value is 41 (16.41% from 255 or 13.85% from 296); Blue value is 2 (1.17% from 255 or 0.68% from 296); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2902 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FD2902 is #02D6FD. Grayscale: #646464. Windows color (decimal): -186110 or 141821. OLE color: 141821.

HSL color Cylindrical-coordinate representation of color #FD2902: hue angle of 9.32º 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 #FD2902 is Cyan = 0, Magento = 0.84, Yellow = 0.99 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 41 2 -
CMYK 0 0.84 0.99 0.01
HSL 9.32º 0.98% 0.5% -
HSV(B) 9.32º 0.99% 0.99% -
XYZ 41.31 22.47 2.22 -
YUV 99.94 72.74 237.17 -
System Red Green Blue C M Y K H S L
Decimal 253 41 2 0 0.84 0.99 0.01 9.32 0.98 0.5
Hex FD 29 2 0 54 63 1 9 62 32
Octal 375 51 2 0 124 143 1 11 142 62
Binary 11111101 101001 10 0 1010100 1100011 1 1001 1100010 110010

Color Harmonies of #FD2902

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD2902

Black with #FD2902

Text Example


Text Example

White with #FD2902

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD2902; }

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

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

background-color css

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

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

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

border-color css

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

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

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