Html Css Color HEX #F24523 Cinnabar

📋 copy color: '#F24523'

red 242 ◦ green 69 ◦ blue 35

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

Shades of Cinnabar #F24523

Tints of Cinnabar #F24523

RGB

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

 GREEN value IS 69 (27.34% from 255) = 19.94%

 BLUE value IS 35 (14.06% from 255) = 10.12%

R = 69.94%
G = 19.94%
B = 10.12%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.86

 K value IS 0.05

RGB Variations

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

Color information

#F24523 (or 0xF24523) is known color: Cinnabar. HEX triplet: F2, 45 and 23. RGB value is (242,69,35). Sum of RGB (Red+Green+Blue) = 242+69+35=346 (45% of max value = 765). Red value is 242 (94.92% from 255 or 69.94% from 346); Green value is 69 (27.34% from 255 or 19.94% from 346); Blue value is 35 (14.06% from 255 or 10.12% from 346); Max value from RGB is 242 - color contains mainly: red. Hex color #F24523 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F24523 is #0DBADC. Grayscale: #757575. Windows color (decimal): -899805 or 2311666. OLE color: 2311666.

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

Color convert

RGB 242 69 35 -
CMYK 0 0.71 0.86 0.05
HSL 9.86º 0.89% 0.54% -
HSV(B) 9.86º 0.86% 0.95% -
XYZ 39.05 23.25 4.02 -
YUV 116.85 81.81 217.26 -
System Red Green Blue C M Y K H S L
Decimal 242 69 35 0 0.71 0.86 0.05 9.86 0.89 0.54
Hex F2 45 23 0 47 56 5 A 59 36
Octal 362 105 43 0 107 126 5 12 131 66
Binary 11110010 1000101 100011 0 1000111 1010110 101 1010 1011001 110110

Color Harmonies of #F24523

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F24523

Black with #F24523

Text Example


Text Example

White with #F24523

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F24523; }

 p { color: rgb(242,69,35); }

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

background-color css

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

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

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

border-color css

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

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

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