Html Css Color HEX #F53C3A Coral Red

📋 copy color: '#F53C3A'

red 245 ◦ green 60 ◦ blue 58

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

Shades of Coral Red #F53C3A

Tints of Coral Red #F53C3A

RGB

 RED value IS 245 (96.09% from 255) = 67.49%

 GREEN value IS 60 (23.83% from 255) = 16.53%

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

R = 67.49%
G = 16.53%
B = 15.98%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.76

 K value IS 0.04

RGB Variations

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

Color information

#F53C3A (or 0xF53C3A) is known color: Coral Red. HEX triplet: F5, 3C and 3A. RGB value is (245,60,58). Sum of RGB (Red+Green+Blue) = 245+60+58=363 (48% of max value = 765). Red value is 245 (96.09% from 255 or 67.49% from 363); Green value is 60 (23.83% from 255 or 16.53% from 363); Blue value is 58 (23.05% from 255 or 15.98% from 363); Max value from RGB is 245 - color contains mainly: red. Hex color #F53C3A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F53C3A is #0AC3C5. Grayscale: #737373. Windows color (decimal): -705478 or 3816693. OLE color: 3816693.

HSL color Cylindrical-coordinate representation of color #F53C3A: hue angle of 0.64º degrees, saturation: 0.9, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F53C3A is Cyan = 0, Magento = 0.76, Yellow = 0.76 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 60 58 -
CMYK 0 0.76 0.76 0.04
HSL 0.64º 0.9% 0.59% -
HSV(B) 0.64º 0.76% 0.96% -
XYZ 40.04 22.95 6.32 -
YUV 115.09 95.79 220.66 -
System Red Green Blue C M Y K H S L
Decimal 245 60 58 0 0.76 0.76 0.04 0.64 0.9 0.59
Hex F5 3C 3A 0 4C 4C 4 1 5A 3B
Octal 365 74 72 0 114 114 4 1 132 73
Binary 11110101 111100 111010 0 1001100 1001100 100 1 1011010 111011

Color Harmonies of #F53C3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F53C3A

Black with #F53C3A

Text Example


Text Example

White with #F53C3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F53C3A; }

 p { color: rgb(245,60,58); }

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

background-color css

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

 a { background-color: rgb(245,60,58); }

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

border-color css

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

 span { border-color: rgb(245,60,58); }

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