Html Css Color HEX #F23527 Red Orange

📋 copy color: '#F23527'

red 242 ◦ green 53 ◦ blue 39

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

Shades of Red Orange #F23527

Tints of Red Orange #F23527

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 11.68%

R = 72.46%
G = 15.87%
B = 11.68%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.84

 K value IS 0.05

RGB Variations

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

Color information

#F23527 (or 0xF23527) is known color: Red Orange. HEX triplet: F2, 35 and 27. RGB value is (242,53,39). Sum of RGB (Red+Green+Blue) = 242+53+39=334 (44% of max value = 765). Red value is 242 (94.92% from 255 or 72.46% from 334); Green value is 53 (21.09% from 255 or 15.87% from 334); Blue value is 39 (15.62% from 255 or 11.68% from 334); Max value from RGB is 242 - color contains mainly: red. Hex color #F23527 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F23527 is #0DCAD8. Grayscale: #6C6C6C. Windows color (decimal): -903897 or 2569714. OLE color: 2569714.

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

Color convert

RGB 242 53 39 -
CMYK 0 0.78 0.84 0.05
HSL 4.14º 0.89% 0.55% -
HSV(B) 4.14º 0.84% 0.95% -
XYZ 38.26 21.57 4.07 -
YUV 107.92 89.12 223.64 -
System Red Green Blue C M Y K H S L
Decimal 242 53 39 0 0.78 0.84 0.05 4.14 0.89 0.55
Hex F2 35 27 0 4E 54 5 4 59 37
Octal 362 65 47 0 116 124 5 4 131 67
Binary 11110010 110101 100111 0 1001110 1010100 101 100 1011001 110111

Color Harmonies of #F23527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F23527

Black with #F23527

Text Example


Text Example

White with #F23527

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F23527; }

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

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

background-color css

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

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

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

border-color css

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

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

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