Html Css Color HEX #FD200C Scarlet

📋 copy color: '#FD200C'

red 253 ◦ green 32 ◦ blue 12

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

Shades of Scarlet #FD200C

Tints of Scarlet #FD200C

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.77%

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

R = 85.19%
G = 10.77%
B = 4.04%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.95

 K value IS 0.01

RGB Variations

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

Color information

#FD200C (or 0xFD200C) is known color: Scarlet. HEX triplet: FD, 20 and 0C. RGB value is (253,32,12). Sum of RGB (Red+Green+Blue) = 253+32+12=297 (39% of max value = 765). Red value is 253 (99.22% from 255 or 85.19% from 297); Green value is 32 (12.89% from 255 or 10.77% from 297); Blue value is 12 (5.08% from 255 or 4.04% from 297); Max value from RGB is 253 - color contains mainly: red. Hex color #FD200C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FD200C is #02DFF3. Grayscale: #606060. Windows color (decimal): -188404 or 794877. OLE color: 794877.

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

Color convert

RGB 253 32 12 -
CMYK 0 0.87 0.95 0.01
HSL 4.98º 0.98% 0.52% -
HSV(B) 4.98º 0.95% 0.99% -
XYZ 41.09 21.94 2.42 -
YUV 95.8 80.72 240.13 -
System Red Green Blue C M Y K H S L
Decimal 253 32 12 0 0.87 0.95 0.01 4.98 0.98 0.52
Hex FD 20 C 0 57 5F 1 5 62 34
Octal 375 40 14 0 127 137 1 5 142 64
Binary 11111101 100000 1100 0 1010111 1011111 1 101 1100010 110100

Color Harmonies of #FD200C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD200C

Black with #FD200C

Text Example


Text Example

White with #FD200C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD200C; }

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

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

background-color css

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

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

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

border-color css

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

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

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