Html Css Color HEX #FF3F3C Coral Red

📋 copy color: '#FF3F3C'

red 255 ◦ green 63 ◦ blue 60

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

Shades of Coral Red #FF3F3C

Tints of Coral Red #FF3F3C

RGB

 RED value IS 255 (100% from 255) = 67.46%

 GREEN value IS 63 (25% from 255) = 16.67%

 BLUE value IS 60 (23.83% from 255) = 15.87%

R = 67.46%
G = 16.67%
B = 15.87%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.76

 K value IS 0

RGB Variations

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

Color information

#FF3F3C (or 0xFF3F3C) is known color: Coral Red. HEX triplet: FF, 3F and 3C. RGB value is (255,63,60). Sum of RGB (Red+Green+Blue) = 255+63+60=378 (50% of max value = 765). Red value is 255 (100% from 255 or 67.46% from 378); Green value is 63 (25% from 255 or 16.67% from 378); Blue value is 60 (23.83% from 255 or 15.87% from 378); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3F3C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF3F3C is #00C0C3. Grayscale: #787878. Windows color (decimal): -49348 or 3948543. OLE color: 3948543.

HSL color Cylindrical-coordinate representation of color #FF3F3C: hue angle of 0.92º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FF3F3C is Cyan = 0, Magento = 0.75, Yellow = 0.76 and Black (K on CMYK) = 0.

Color convert

RGB 255 63 60 -
CMYK 0 0.75 0.76 0
HSL 0.92º 1% 0.62% -
HSV(B) 0.92º 0.76% 1% -
XYZ 43.83 25.14 6.82 -
YUV 120.07 94.11 224.24 -
System Red Green Blue C M Y K H S L
Decimal 255 63 60 0 0.75 0.76 0 0.92 1 0.62
Hex FF 3F 3C 0 4B 4C 0 1 64 3E
Octal 377 77 74 0 113 114 0 1 144 76
Binary 11111111 111111 111100 0 1001011 1001100 0 1 1100100 111110

Color Harmonies of #FF3F3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF3F3C

Black with #FF3F3C

Text Example


Text Example

White with #FF3F3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF3F3C; }

 p { color: rgb(255,63,60); }

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

background-color css

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

 a { background-color: rgb(255,63,60); }

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

border-color css

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

 span { border-color: rgb(255,63,60); }

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