Html Css Color HEX #FF4245 Radical Red

📋 copy color: '#FF4245'

red 255 ◦ green 66 ◦ blue 69

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

Shades of Radical Red #FF4245

Tints of Radical Red #FF4245

RGB

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

 GREEN value IS 66 (26.17% from 255) = 16.92%

 BLUE value IS 69 (27.34% from 255) = 17.69%

R = 65.38%
G = 16.92%
B = 17.69%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.73

 K value IS 0

RGB Variations

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

Color information

#FF4245 (or 0xFF4245) is known color: Radical Red. HEX triplet: FF, 42 and 45. RGB value is (255,66,69). Sum of RGB (Red+Green+Blue) = 255+66+69=390 (51% of max value = 765). Red value is 255 (100% from 255 or 65.38% from 390); Green value is 66 (26.17% from 255 or 16.92% from 390); Blue value is 69 (27.34% from 255 or 17.69% from 390); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4245 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF4245 is #00BDBA. Grayscale: #7B7B7B. Windows color (decimal): -48571 or 4539135. OLE color: 4539135.

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

Color convert

RGB 255 66 69 -
CMYK 0 0.74 0.73 0
HSL 359.05º 1% 0.63% -
HSV(B) 359.05º 0.74% 1% -
XYZ 44.26 25.59 8.24 -
YUV 122.85 97.62 222.26 -
System Red Green Blue C M Y K H S L
Decimal 255 66 69 0 0.74 0.73 0 359.05 1 0.63
Hex FF 42 45 0 4A 49 0 167 64 3F
Octal 377 102 105 0 112 111 0 547 144 77
Binary 11111111 1000010 1000101 0 1001010 1001001 0 101100111 1100100 111111

Color Harmonies of #FF4245

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF4245

Black with #FF4245

Text Example


Text Example

White with #FF4245

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF4245; }

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

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

background-color css

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

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

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

border-color css

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

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

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