Html Css Color HEX #FF4142 Radical Red

📋 copy color: '#FF4142'

red 255 ◦ green 65 ◦ blue 66

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

Shades of Radical Red #FF4142

Tints of Radical Red #FF4142

RGB

 RED value IS 255 (100% from 255) = 66.06%

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

 BLUE value IS 66 (26.17% from 255) = 17.1%

R = 66.06%
G = 16.84%
B = 17.1%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.74

 K value IS 0

RGB Variations

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

Color information

#FF4142 (or 0xFF4142) is known color: Radical Red. HEX triplet: FF, 41 and 42. RGB value is (255,65,66). Sum of RGB (Red+Green+Blue) = 255+65+66=386 (51% of max value = 765). Red value is 255 (100% from 255 or 66.06% from 386); Green value is 65 (25.78% from 255 or 16.84% from 386); Blue value is 66 (26.17% from 255 or 17.10% from 386); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4142 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF4142 is #00BEBD. Grayscale: #7A7A7A. Windows color (decimal): -48830 or 4342271. OLE color: 4342271.

HSL color Cylindrical-coordinate representation of color #FF4142: hue angle of 359.68º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FF4142 is Cyan = 0, Magento = 0.75, Yellow = 0.74 and Black (K on CMYK) = 0.

Color convert

RGB 255 65 66 -
CMYK 0 0.75 0.74 0
HSL 359.68º 1% 0.63% -
HSV(B) 359.68º 0.75% 1% -
XYZ 44.11 25.43 7.74 -
YUV 121.92 96.45 222.92 -
System Red Green Blue C M Y K H S L
Decimal 255 65 66 0 0.75 0.74 0 359.68 1 0.63
Hex FF 41 42 0 4B 4A 0 168 64 3F
Octal 377 101 102 0 113 112 0 550 144 77
Binary 11111111 1000001 1000010 0 1001011 1001010 0 101101000 1100100 111111

Color Harmonies of #FF4142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF4142

Black with #FF4142

Text Example


Text Example

White with #FF4142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF4142; }

 p { color: rgb(255,65,66); }

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

background-color css

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

 a { background-color: rgb(255,65,66); }

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

border-color css

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

 span { border-color: rgb(255,65,66); }

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