Html Css Color HEX #FD3441 Radical Red

📋 copy color: '#FD3441'

red 253 ◦ green 52 ◦ blue 65

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

Shades of Radical Red #FD3441

Tints of Radical Red #FD3441

RGB

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

 GREEN value IS 52 (20.7% from 255) = 14.05%

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

R = 68.38%
G = 14.05%
B = 17.57%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.74

 K value IS 0.01

RGB Variations

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

Color information

#FD3441 (or 0xFD3441) is known color: Radical Red. HEX triplet: FD, 34 and 41. RGB value is (253,52,65). Sum of RGB (Red+Green+Blue) = 253+52+65=370 (49% of max value = 765). Red value is 253 (99.22% from 255 or 68.38% from 370); Green value is 52 (20.70% from 255 or 14.05% from 370); Blue value is 65 (25.78% from 255 or 17.57% from 370); Max value from RGB is 253 - color contains mainly: red. Hex color #FD3441 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD3441 is #02CBBE. Grayscale: #717171. Windows color (decimal): -183231 or 4273405. OLE color: 4273405.

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

Color convert

RGB 253 52 65 -
CMYK 0 0.79 0.74 0.01
HSL 356.12º 0.98% 0.6% -
HSV(B) 356.12º 0.79% 0.99% -
XYZ 42.69 23.72 7.33 -
YUV 113.58 100.59 227.44 -
System Red Green Blue C M Y K H S L
Decimal 253 52 65 0 0.79 0.74 0.01 356.12 0.98 0.6
Hex FD 34 41 0 4F 4A 1 164 62 3C
Octal 375 64 101 0 117 112 1 544 142 74
Binary 11111101 110100 1000001 0 1001111 1001010 1 101100100 1100010 111100

Color Harmonies of #FD3441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD3441

Black with #FD3441

Text Example


Text Example

White with #FD3441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD3441; }

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

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

background-color css

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

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

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

border-color css

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

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

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