Html Css Color HEX #FD4143 Radical Red

📋 copy color: '#FD4143'

red 253 ◦ green 65 ◦ blue 67

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

Shades of Radical Red #FD4143

Tints of Radical Red #FD4143

RGB

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

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

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

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

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

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

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

Color convert

RGB 253 65 67 -
CMYK 0 0.74 0.74 0.01
HSL 359.36º 0.98% 0.62% -
HSV(B) 359.36º 0.74% 0.99% -
XYZ 43.41 25.07 7.86 -
YUV 121.44 97.28 221.84 -
System Red Green Blue C M Y K H S L
Decimal 253 65 67 0 0.74 0.74 0.01 359.36 0.98 0.62
Hex FD 41 43 0 4A 4A 1 167 62 3E
Octal 375 101 103 0 112 112 1 547 142 76
Binary 11111101 1000001 1000011 0 1001010 1001010 1 101100111 1100010 111110

Color Harmonies of #FD4143

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD4143

Black with #FD4143

Text Example


Text Example

White with #FD4143

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD4143; }

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

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

background-color css

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

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

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

border-color css

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

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

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