Html Css Color HEX #FD4141 Coral Red

📋 copy color: '#FD4141'

red 253 ◦ green 65 ◦ blue 65

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

Shades of Coral Red #FD4141

Tints of Coral Red #FD4141

RGB

 RED value IS 253 (99.22% from 255) = 66.06%

 GREEN value IS 65 (25.78% from 255) = 16.97%

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

R = 66.06%
G = 16.97%
B = 16.97%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.74

 K value IS 0.01

RGB Variations

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

Color information

#FD4141 (or 0xFD4141) is known color: Coral Red. HEX triplet: FD, 41 and 41. RGB value is (253,65,65). Sum of RGB (Red+Green+Blue) = 253+65+65=383 (50% of max value = 765). Red value is 253 (99.22% from 255 or 66.06% from 383); Green value is 65 (25.78% from 255 or 16.97% from 383); Blue value is 65 (25.78% from 255 or 16.97% from 383); Max value from RGB is 253 - color contains mainly: red. Hex color #FD4141 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD4141 is #02BEBE. Grayscale: #797979. Windows color (decimal): -179903 or 4276733. OLE color: 4276733.

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

Color convert

RGB 253 65 65 -
CMYK 0 0.74 0.74 0.01
HSL 0.98% 0.62% -
HSV(B) 0.74% 0.99% -
XYZ 43.35 25.04 7.55 -
YUV 121.21 96.28 222 -
System Red Green Blue C M Y K H S L
Decimal 253 65 65 0 0.74 0.74 0.01 0 0.98 0.62
Hex FD 41 41 0 4A 4A 1 0 62 3E
Octal 375 101 101 0 112 112 1 0 142 76
Binary 11111101 1000001 1000001 0 1001010 1001010 1 0 1100010 111110

Color Harmonies of #FD4141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD4141

Black with #FD4141

Text Example


Text Example

White with #FD4141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD4141; }

 p { color: rgb(253,65,65); }

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

background-color css

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

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

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

border-color css

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

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

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