Html Css Color HEX #FD4341 Coral Red

📋 copy color: '#FD4341'

red 253 ◦ green 67 ◦ blue 65

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

Shades of Coral Red #FD4341

Tints of Coral Red #FD4341

RGB

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

 GREEN value IS 67 (26.56% from 255) = 17.4%

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

R = 65.71%
G = 17.4%
B = 16.88%

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

#FD4341 (or 0xFD4341) is known color: Coral Red. HEX triplet: FD, 43 and 41. RGB value is (253,67,65). Sum of RGB (Red+Green+Blue) = 253+67+65=385 (50% of max value = 765). Red value is 253 (99.22% from 255 or 65.71% from 385); Green value is 67 (26.56% from 255 or 17.40% from 385); Blue value is 65 (25.78% from 255 or 16.88% from 385); Max value from RGB is 253 - color contains mainly: red. Hex color #FD4341 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD4341 is #02BCBE. Grayscale: #7A7A7A. Windows color (decimal): -179391 or 4277245. OLE color: 4277245.

HSL color Cylindrical-coordinate representation of color #FD4341: hue angle of 0.64º 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 #FD4341 is Cyan = 0, Magento = 0.74, Yellow = 0.74 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 67 65 -
CMYK 0 0.74 0.74 0.01
HSL 0.64º 0.98% 0.62% -
HSV(B) 0.64º 0.74% 0.99% -
XYZ 43.47 25.28 7.59 -
YUV 122.39 95.62 221.16 -
System Red Green Blue C M Y K H S L
Decimal 253 67 65 0 0.74 0.74 0.01 0.64 0.98 0.62
Hex FD 43 41 0 4A 4A 1 1 62 3E
Octal 375 103 101 0 112 112 1 1 142 76
Binary 11111101 1000011 1000001 0 1001010 1001010 1 1 1100010 111110

Color Harmonies of #FD4341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD4341

Black with #FD4341

Text Example


Text Example

White with #FD4341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD4341; }

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

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

background-color css

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

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

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

border-color css

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

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

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