Html Css Color HEX #F13E3A Coral Red

📋 copy color: '#F13E3A'

red 241 ◦ green 62 ◦ blue 58

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

Shades of Coral Red #F13E3A

Tints of Coral Red #F13E3A

RGB

 RED value IS 241 (94.53% from 255) = 66.76%

 GREEN value IS 62 (24.61% from 255) = 17.17%

 BLUE value IS 58 (23.05% from 255) = 16.07%

R = 66.76%
G = 17.17%
B = 16.07%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.76

 K value IS 0.05

RGB Variations

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

Color information

#F13E3A (or 0xF13E3A) is known color: Coral Red. HEX triplet: F1, 3E and 3A. RGB value is (241,62,58). Sum of RGB (Red+Green+Blue) = 241+62+58=361 (47% of max value = 765). Red value is 241 (94.53% from 255 or 66.76% from 361); Green value is 62 (24.61% from 255 or 17.17% from 361); Blue value is 58 (23.05% from 255 or 16.07% from 361); Max value from RGB is 241 - color contains mainly: red. Hex color #F13E3A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F13E3A is #0EC1C5. Grayscale: #737373. Windows color (decimal): -967110 or 3817201. OLE color: 3817201.

HSL color Cylindrical-coordinate representation of color #F13E3A: hue angle of 1.31º degrees, saturation: 0.87, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F13E3A is Cyan = 0, Magento = 0.74, Yellow = 0.76 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 62 58 -
CMYK 0 0.74 0.76 0.05
HSL 1.31º 0.87% 0.59% -
HSV(B) 1.31º 0.76% 0.95% -
XYZ 38.76 22.45 6.29 -
YUV 115.07 95.8 217.83 -
System Red Green Blue C M Y K H S L
Decimal 241 62 58 0 0.74 0.76 0.05 1.31 0.87 0.59
Hex F1 3E 3A 0 4A 4C 5 1 57 3B
Octal 361 76 72 0 112 114 5 1 127 73
Binary 11110001 111110 111010 0 1001010 1001100 101 1 1010111 111011

Color Harmonies of #F13E3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F13E3A

Black with #F13E3A

Text Example


Text Example

White with #F13E3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F13E3A; }

 p { color: rgb(241,62,58); }

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

background-color css

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

 a { background-color: rgb(241,62,58); }

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

border-color css

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

 span { border-color: rgb(241,62,58); }

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