Html Css Color HEX #FD030C Torch Red

📋 copy color: '#FD030C'

red 253 ◦ green 3 ◦ blue 12

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

Shades of Torch Red #FD030C

Tints of Torch Red #FD030C

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.12%

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

R = 94.4%
G = 1.12%
B = 4.48%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.95

 K value IS 0.01

RGB Variations

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

Color information

#FD030C (or 0xFD030C) is known color: Torch Red. HEX triplet: FD, 03 and 0C. RGB value is (253,3,12). Sum of RGB (Red+Green+Blue) = 253+3+12=268 (35% of max value = 765). Red value is 253 (99.22% from 255 or 94.40% from 268); Green value is 3 (1.56% from 255 or 1.12% from 268); Blue value is 12 (5.08% from 255 or 4.48% from 268); Max value from RGB is 253 - color contains mainly: red. Hex color #FD030C is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FD030C is #02FCF3. Grayscale: #4E4E4E. Windows color (decimal): -195828 or 787453. OLE color: 787453.

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

Color convert

RGB 253 3 12 -
CMYK 0 0.99 0.95 0.01
HSL 357.84º 0.98% 0.5% -
HSV(B) 357.84º 0.99% 0.99% -
XYZ 40.61 20.97 2.26 -
YUV 78.78 90.33 252.27 -
System Red Green Blue C M Y K H S L
Decimal 253 3 12 0 0.99 0.95 0.01 357.84 0.98 0.5
Hex FD 3 C 0 63 5F 1 166 62 32
Octal 375 3 14 0 143 137 1 546 142 62
Binary 11111101 11 1100 0 1100011 1011111 1 101100110 1100010 110010

Color Harmonies of #FD030C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD030C

Black with #FD030C

Text Example


Text Example

White with #FD030C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD030C; }

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

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

background-color css

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

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

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

border-color css

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

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

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