Html Css Color HEX #FF4241 Coral Red

📋 copy color: '#FF4241'

red 255 ◦ green 66 ◦ blue 65

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

Shades of Coral Red #FF4241

Tints of Coral Red #FF4241

RGB

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

 GREEN value IS 66 (26.17% from 255) = 17.1%

 BLUE value IS 65 (25.78% from 255) = 16.84%

R = 66.06%
G = 17.1%
B = 16.84%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.75

 K value IS 0

RGB Variations

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

Color information

#FF4241 (or 0xFF4241) is known color: Coral Red. HEX triplet: FF, 42 and 41. RGB value is (255,66,65). Sum of RGB (Red+Green+Blue) = 255+66+65=386 (51% of max value = 765). Red value is 255 (100% from 255 or 66.06% from 386); Green value is 66 (26.17% from 255 or 17.10% from 386); Blue value is 65 (25.78% from 255 or 16.84% from 386); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4241 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF4241 is #00BDBE. Grayscale: #7A7A7A. Windows color (decimal): -48575 or 4276991. OLE color: 4276991.

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

Color convert

RGB 255 66 65 -
CMYK 0 0.74 0.75 0
HSL 0.32º 1% 0.63% -
HSV(B) 0.32º 0.75% 1% -
XYZ 44.14 25.54 7.6 -
YUV 122.4 95.62 222.58 -
System Red Green Blue C M Y K H S L
Decimal 255 66 65 0 0.74 0.75 0 0.32 1 0.63
Hex FF 42 41 0 4A 4B 0 0 64 3F
Octal 377 102 101 0 112 113 0 0 144 77
Binary 11111111 1000010 1000001 0 1001010 1001011 0 0 1100100 111111

Color Harmonies of #FF4241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF4241

Black with #FF4241

Text Example


Text Example

White with #FF4241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF4241; }

 p { color: rgb(255,66,65); }

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

background-color css

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

 a { background-color: rgb(255,66,65); }

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

border-color css

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

 span { border-color: rgb(255,66,65); }

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