Html Css Color HEX #F13E3E Coral Red

📋 copy color: '#F13E3E'

red 241 ◦ green 62 ◦ blue 62

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

Shades of Coral Red #F13E3E

Tints of Coral Red #F13E3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 16.99%

R = 66.03%
G = 16.99%
B = 16.99%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.74

 K value IS 0.05

RGB Variations

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

Color information

#F13E3E (or 0xF13E3E) is known color: Coral Red. HEX triplet: F1, 3E and 3E. RGB value is (241,62,62). Sum of RGB (Red+Green+Blue) = 241+62+62=365 (48% of max value = 765). Red value is 241 (94.53% from 255 or 66.03% from 365); Green value is 62 (24.61% from 255 or 16.99% from 365); Blue value is 62 (24.61% from 255 or 16.99% from 365); Max value from RGB is 241 - color contains mainly: red. Hex color #F13E3E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F13E3E is #0EC1C1. Grayscale: #737373. Windows color (decimal): -967106 or 4079345. OLE color: 4079345.

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

Color convert

RGB 241 62 62 -
CMYK 0 0.74 0.74 0.05
HSL 0.86% 0.59% -
HSV(B) 0.74% 0.95% -
XYZ 38.87 22.49 6.85 -
YUV 115.52 97.8 217.5 -
System Red Green Blue C M Y K H S L
Decimal 241 62 62 0 0.74 0.74 0.05 0 0.86 0.59
Hex F1 3E 3E 0 4A 4A 5 0 56 3B
Octal 361 76 76 0 112 112 5 0 126 73
Binary 11110001 111110 111110 0 1001010 1001010 101 0 1010110 111011

Color Harmonies of #F13E3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F13E3E

Black with #F13E3E

Text Example


Text Example

White with #F13E3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F13E3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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