Html Css Color HEX #F23535 Red Orange

📋 copy color: '#F23535'

red 242 ◦ green 53 ◦ blue 53

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

Shades of Red Orange #F23535

Tints of Red Orange #F23535

RGB

 RED value IS 242 (94.92% from 255) = 69.54%

 GREEN value IS 53 (21.09% from 255) = 15.23%

 BLUE value IS 53 (21.09% from 255) = 15.23%

R = 69.54%
G = 15.23%
B = 15.23%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.78

 K value IS 0.05

RGB Variations

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

Color information

#F23535 (or 0xF23535) is known color: Red Orange. HEX triplet: F2, 35 and 35. RGB value is (242,53,53). Sum of RGB (Red+Green+Blue) = 242+53+53=348 (46% of max value = 765). Red value is 242 (94.92% from 255 or 69.54% from 348); Green value is 53 (21.09% from 255 or 15.23% from 348); Blue value is 53 (21.09% from 255 or 15.23% from 348); Max value from RGB is 242 - color contains mainly: red. Hex color #F23535 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F23535 is #0DCACA. Grayscale: #6D6D6D. Windows color (decimal): -903883 or 3487218. OLE color: 3487218.

HSL color Cylindrical-coordinate representation of color #F23535: hue angle of 0º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F23535 is Cyan = 0, Magento = 0.78, Yellow = 0.78 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 53 53 -
CMYK 0 0.78 0.78 0.05
HSL 0.88% 0.58% -
HSV(B) 0.78% 0.95% -
XYZ 38.53 21.68 5.52 -
YUV 109.51 96.12 222.5 -
System Red Green Blue C M Y K H S L
Decimal 242 53 53 0 0.78 0.78 0.05 0 0.88 0.58
Hex F2 35 35 0 4E 4E 5 0 58 3A
Octal 362 65 65 0 116 116 5 0 130 72
Binary 11110010 110101 110101 0 1001110 1001110 101 0 1011000 111010

Color Harmonies of #F23535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F23535

Black with #F23535

Text Example


Text Example

White with #F23535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F23535; }

 p { color: rgb(242,53,53); }

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

background-color css

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

 a { background-color: rgb(242,53,53); }

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

border-color css

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

 span { border-color: rgb(242,53,53); }

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