Html Css Color HEX #FD3844 Radical Red

📋 copy color: '#FD3844'

red 253 ◦ green 56 ◦ blue 68

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

Shades of Radical Red #FD3844

Tints of Radical Red #FD3844

RGB

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

 GREEN value IS 56 (22.27% from 255) = 14.85%

 BLUE value IS 68 (26.95% from 255) = 18.04%

R = 67.11%
G = 14.85%
B = 18.04%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.73

 K value IS 0.01

RGB Variations

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

Color information

#FD3844 (or 0xFD3844) is known color: Radical Red. HEX triplet: FD, 38 and 44. RGB value is (253,56,68). Sum of RGB (Red+Green+Blue) = 253+56+68=377 (49% of max value = 765). Red value is 253 (99.22% from 255 or 67.11% from 377); Green value is 56 (22.27% from 255 or 14.85% from 377); Blue value is 68 (26.95% from 255 or 18.04% from 377); Max value from RGB is 253 - color contains mainly: red. Hex color #FD3844 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD3844 is #02C7BB. Grayscale: #747474. Windows color (decimal): -182204 or 4471037. OLE color: 4471037.

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

Color convert

RGB 253 56 68 -
CMYK 0 0.78 0.73 0.01
HSL 356.35º 0.98% 0.61% -
HSV(B) 356.35º 0.78% 0.99% -
XYZ 42.97 24.13 7.86 -
YUV 116.27 100.77 225.52 -
System Red Green Blue C M Y K H S L
Decimal 253 56 68 0 0.78 0.73 0.01 356.35 0.98 0.61
Hex FD 38 44 0 4E 49 1 164 62 3D
Octal 375 70 104 0 116 111 1 544 142 75
Binary 11111101 111000 1000100 0 1001110 1001001 1 101100100 1100010 111101

Color Harmonies of #FD3844

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD3844

Black with #FD3844

Text Example


Text Example

White with #FD3844

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD3844; }

 p { color: rgb(253,56,68); }

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

background-color css

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

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

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

border-color css

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

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

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