Html Css Color HEX #F30C1D Torch Red

📋 copy color: '#F30C1D'

red 243 ◦ green 12 ◦ blue 29

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

Shades of Torch Red #F30C1D

Tints of Torch Red #F30C1D

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.23%

 BLUE value IS 29 (11.72% from 255) = 10.21%

R = 85.56%
G = 4.23%
B = 10.21%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.88

 K value IS 0.05

RGB Variations

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

Color information

#F30C1D (or 0xF30C1D) is known color: Torch Red. HEX triplet: F3, 0C and 1D. RGB value is (243,12,29). Sum of RGB (Red+Green+Blue) = 243+12+29=284 (37% of max value = 765). Red value is 243 (95.31% from 255 or 85.56% from 284); Green value is 12 (5.08% from 255 or 4.23% from 284); Blue value is 29 (11.72% from 255 or 10.21% from 284); Max value from RGB is 243 - color contains mainly: red. Hex color #F30C1D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F30C1D is #0CF3E2. Grayscale: #535353. Windows color (decimal): -848867 or 1903859. OLE color: 1903859.

HSL color Cylindrical-coordinate representation of color #F30C1D: hue angle of 355.58º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F30C1D is Cyan = 0, Magento = 0.95, Yellow = 0.88 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 12 29 -
CMYK 0 0.95 0.88 0.05
HSL 355.58º 0.91% 0.5% -
HSV(B) 355.58º 0.95% 0.95% -
XYZ 37.32 19.41 2.94 -
YUV 83.01 97.53 242.12 -
System Red Green Blue C M Y K H S L
Decimal 243 12 29 0 0.95 0.88 0.05 355.58 0.91 0.5
Hex F3 C 1D 0 5F 58 5 164 5B 32
Octal 363 14 35 0 137 130 5 544 133 62
Binary 11110011 1100 11101 0 1011111 1011000 101 101100100 1011011 110010

Color Harmonies of #F30C1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F30C1D

Black with #F30C1D

Text Example


Text Example

White with #F30C1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F30C1D; }

 p { color: rgb(243,12,29); }

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

background-color css

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

 a { background-color: rgb(243,12,29); }

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

border-color css

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

 span { border-color: rgb(243,12,29); }

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