Html Css Color HEX #F30213 Torch Red

📋 copy color: '#F30213'

red 243 ◦ green 2 ◦ blue 19

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

Shades of Torch Red #F30213

Tints of Torch Red #F30213

RGB

 RED value IS 243 (95.31% from 255) = 92.05%

 GREEN value IS 2 (1.17% from 255) = 0.76%

 BLUE value IS 19 (7.81% from 255) = 7.2%

R = 92.05%
G = 0.76%
B = 7.2%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.92

 K value IS 0.05

RGB Variations

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

Color information

#F30213 (or 0xF30213) is known color: Torch Red. HEX triplet: F3, 02 and 13. RGB value is (243,2,19). Sum of RGB (Red+Green+Blue) = 243+2+19=264 (34% of max value = 765). Red value is 243 (95.31% from 255 or 92.05% from 264); Green value is 2 (1.17% from 255 or 0.76% from 264); Blue value is 19 (7.81% from 255 or 7.20% from 264); Max value from RGB is 243 - color contains mainly: red. Hex color #F30213 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F30213 is #0CFDEC. Grayscale: #4C4C4C. Windows color (decimal): -851437 or 1245939. OLE color: 1245939.

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

Color convert

RGB 243 2 19 -
CMYK 0 0.99 0.92 0.05
HSL 355.77º 0.98% 0.48% -
HSV(B) 355.77º 0.99% 0.95% -
XYZ 37.1 19.15 2.36 -
YUV 76 95.84 247.12 -
System Red Green Blue C M Y K H S L
Decimal 243 2 19 0 0.99 0.92 0.05 355.77 0.98 0.48
Hex F3 2 13 0 63 5C 5 164 62 30
Octal 363 2 23 0 143 134 5 544 142 60
Binary 11110011 10 10011 0 1100011 1011100 101 101100100 1100010 110000

Color Harmonies of #F30213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F30213

Black with #F30213

Text Example


Text Example

White with #F30213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F30213; }

 p { color: rgb(243,2,19); }

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

background-color css

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

 a { background-color: rgb(243,2,19); }

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

border-color css

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

 span { border-color: rgb(243,2,19); }

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