Html Css Color HEX #FD210C Scarlet

📋 copy color: '#FD210C'

red 253 ◦ green 33 ◦ blue 12

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

Shades of Scarlet #FD210C

Tints of Scarlet #FD210C

RGB

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

 GREEN value IS 33 (13.28% from 255) = 11.07%

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

R = 84.9%
G = 11.07%
B = 4.03%

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

#FD210C (or 0xFD210C) is known color: Scarlet. HEX triplet: FD, 21 and 0C. RGB value is (253,33,12). Sum of RGB (Red+Green+Blue) = 253+33+12=298 (39% of max value = 765). Red value is 253 (99.22% from 255 or 84.90% from 298); Green value is 33 (13.28% from 255 or 11.07% from 298); Blue value is 12 (5.08% from 255 or 4.03% from 298); Max value from RGB is 253 - color contains mainly: red. Hex color #FD210C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FD210C is #02DEF3. Grayscale: #606060. Windows color (decimal): -188148 or 795133. OLE color: 795133.

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

Color convert

RGB 253 33 12 -
CMYK 0 0.87 0.95 0.01
HSL 5.23º 0.98% 0.52% -
HSV(B) 5.23º 0.95% 0.99% -
XYZ 41.12 22 2.43 -
YUV 96.39 80.39 239.71 -
System Red Green Blue C M Y K H S L
Decimal 253 33 12 0 0.87 0.95 0.01 5.23 0.98 0.52
Hex FD 21 C 0 57 5F 1 5 62 34
Octal 375 41 14 0 127 137 1 5 142 64
Binary 11111101 100001 1100 0 1010111 1011111 1 101 1100010 110100

Color Harmonies of #FD210C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD210C

Black with #FD210C

Text Example


Text Example

White with #FD210C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD210C; }

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

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

background-color css

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

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

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

border-color css

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

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

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