Html Css Color HEX #FD3A41 Radical Red

📋 copy color: '#FD3A41'

red 253 ◦ green 58 ◦ blue 65

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

Shades of Radical Red #FD3A41

Tints of Radical Red #FD3A41

RGB

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

 GREEN value IS 58 (23.05% from 255) = 15.43%

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

R = 67.29%
G = 15.43%
B = 17.29%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.74

 K value IS 0.01

RGB Variations

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

Color information

#FD3A41 (or 0xFD3A41) is known color: Radical Red. HEX triplet: FD, 3A and 41. RGB value is (253,58,65). Sum of RGB (Red+Green+Blue) = 253+58+65=376 (49% of max value = 765). Red value is 253 (99.22% from 255 or 67.29% from 376); Green value is 58 (23.05% from 255 or 15.43% from 376); Blue value is 65 (25.78% from 255 or 17.29% from 376); Max value from RGB is 253 - color contains mainly: red. Hex color #FD3A41 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD3A41 is #02C5BE. Grayscale: #757575. Windows color (decimal): -181695 or 4274941. OLE color: 4274941.

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

Color convert

RGB 253 58 65 -
CMYK 0 0.77 0.74 0.01
HSL 357.85º 0.98% 0.61% -
HSV(B) 357.85º 0.77% 0.99% -
XYZ 42.98 24.29 7.42 -
YUV 117.1 98.6 224.93 -
System Red Green Blue C M Y K H S L
Decimal 253 58 65 0 0.77 0.74 0.01 357.85 0.98 0.61
Hex FD 3A 41 0 4D 4A 1 166 62 3D
Octal 375 72 101 0 115 112 1 546 142 75
Binary 11111101 111010 1000001 0 1001101 1001010 1 101100110 1100010 111101

Color Harmonies of #FD3A41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD3A41

Black with #FD3A41

Text Example


Text Example

White with #FD3A41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD3A41; }

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

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

background-color css

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

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

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

border-color css

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

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

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