Html Css Color HEX #FF3C3B Coral Red

📋 copy color: '#FF3C3B'

red 255 ◦ green 60 ◦ blue 59

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

Shades of Coral Red #FF3C3B

Tints of Coral Red #FF3C3B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 15.78%

R = 68.18%
G = 16.04%
B = 15.78%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.77

 K value IS 0

RGB Variations

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

Color information

#FF3C3B (or 0xFF3C3B) is known color: Coral Red. HEX triplet: FF, 3C and 3B. RGB value is (255,60,59). Sum of RGB (Red+Green+Blue) = 255+60+59=374 (49% of max value = 765). Red value is 255 (100% from 255 or 68.18% from 374); Green value is 60 (23.83% from 255 or 16.04% from 374); Blue value is 59 (23.44% from 255 or 15.78% from 374); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3C3B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF3C3B is #00C3C4. Grayscale: #767676. Windows color (decimal): -50117 or 3882239. OLE color: 3882239.

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

Color convert

RGB 255 60 59 -
CMYK 0 0.76 0.77 0
HSL 0.31º 1% 0.62% -
HSV(B) 0.31º 0.77% 1% -
XYZ 43.65 24.81 6.63 -
YUV 118.19 94.6 225.58 -
System Red Green Blue C M Y K H S L
Decimal 255 60 59 0 0.76 0.77 0 0.31 1 0.62
Hex FF 3C 3B 0 4C 4D 0 0 64 3E
Octal 377 74 73 0 114 115 0 0 144 76
Binary 11111111 111100 111011 0 1001100 1001101 0 0 1100100 111110

Color Harmonies of #FF3C3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF3C3B

Black with #FF3C3B

Text Example


Text Example

White with #FF3C3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF3C3B; }

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

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

background-color css

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

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

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

border-color css

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

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

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