Html Css Color HEX #FD290C Scarlet

📋 copy color: '#FD290C'

red 253 ◦ green 41 ◦ blue 12

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

Shades of Scarlet #FD290C

Tints of Scarlet #FD290C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.92%

R = 82.68%
G = 13.4%
B = 3.92%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.95

 K value IS 0.01

RGB Variations

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

Color information

#FD290C (or 0xFD290C) is known color: Scarlet. HEX triplet: FD, 29 and 0C. RGB value is (253,41,12). Sum of RGB (Red+Green+Blue) = 253+41+12=306 (40% of max value = 765). Red value is 253 (99.22% from 255 or 82.68% from 306); Green value is 41 (16.41% from 255 or 13.40% from 306); Blue value is 12 (5.08% from 255 or 3.92% from 306); Max value from RGB is 253 - color contains mainly: red. Hex color #FD290C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FD290C is #02D6F3. Grayscale: #656565. Windows color (decimal): -186100 or 797181. OLE color: 797181.

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

Color convert

RGB 253 41 12 -
CMYK 0 0.84 0.95 0.01
HSL 7.22º 0.98% 0.52% -
HSV(B) 7.22º 0.95% 0.99% -
XYZ 41.37 22.5 2.51 -
YUV 101.08 77.74 236.36 -
System Red Green Blue C M Y K H S L
Decimal 253 41 12 0 0.84 0.95 0.01 7.22 0.98 0.52
Hex FD 29 C 0 54 5F 1 7 62 34
Octal 375 51 14 0 124 137 1 7 142 64
Binary 11111101 101001 1100 0 1010100 1011111 1 111 1100010 110100

Color Harmonies of #FD290C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD290C

Black with #FD290C

Text Example


Text Example

White with #FD290C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD290C; }

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

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

background-color css

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

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

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

border-color css

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

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

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