Html Css Color HEX #FF424B Radical Red

📋 copy color: '#FF424B'

red 255 ◦ green 66 ◦ blue 75

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

Shades of Radical Red #FF424B

Tints of Radical Red #FF424B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 18.94%

R = 64.39%
G = 16.67%
B = 18.94%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.71

 K value IS 0

RGB Variations

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

Color information

#FF424B (or 0xFF424B) is known color: Radical Red. HEX triplet: FF, 42 and 4B. RGB value is (255,66,75). Sum of RGB (Red+Green+Blue) = 255+66+75=396 (52% of max value = 765). Red value is 255 (100% from 255 or 64.39% from 396); Green value is 66 (26.17% from 255 or 16.67% from 396); Blue value is 75 (29.69% from 255 or 18.94% from 396); Max value from RGB is 255 - color contains mainly: red. Hex color #FF424B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF424B is #00BDB4. Grayscale: #7B7B7B. Windows color (decimal): -48565 or 4932351. OLE color: 4932351.

HSL color Cylindrical-coordinate representation of color #FF424B: hue angle of 357.14º 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 #FF424B is Cyan = 0, Magento = 0.74, Yellow = 0.71 and Black (K on CMYK) = 0.

Color convert

RGB 255 66 75 -
CMYK 0 0.74 0.71 0
HSL 357.14º 1% 0.63% -
HSV(B) 357.14º 0.74% 1% -
XYZ 44.46 25.66 9.27 -
YUV 123.54 100.62 221.77 -
System Red Green Blue C M Y K H S L
Decimal 255 66 75 0 0.74 0.71 0 357.14 1 0.63
Hex FF 42 4B 0 4A 47 0 165 64 3F
Octal 377 102 113 0 112 107 0 545 144 77
Binary 11111111 1000010 1001011 0 1001010 1000111 0 101100101 1100100 111111

Color Harmonies of #FF424B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF424B

Black with #FF424B

Text Example


Text Example

White with #FF424B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF424B; }

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

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

background-color css

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

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

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

border-color css

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

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

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