Html Css Color HEX #F24526 Cinnabar

📋 copy color: '#F24526'

red 242 ◦ green 69 ◦ blue 38

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

Shades of Cinnabar #F24526

Tints of Cinnabar #F24526

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 10.89%

R = 69.34%
G = 19.77%
B = 10.89%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.84

 K value IS 0.05

RGB Variations

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

Color information

#F24526 (or 0xF24526) is known color: Cinnabar. HEX triplet: F2, 45 and 26. RGB value is (242,69,38). Sum of RGB (Red+Green+Blue) = 242+69+38=349 (46% of max value = 765). Red value is 242 (94.92% from 255 or 69.34% from 349); Green value is 69 (27.34% from 255 or 19.77% from 349); Blue value is 38 (15.23% from 255 or 10.89% from 349); Max value from RGB is 242 - color contains mainly: red. Hex color #F24526 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F24526 is #0DBAD9. Grayscale: #757575. Windows color (decimal): -899802 or 2508274. OLE color: 2508274.

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

Color convert

RGB 242 69 38 -
CMYK 0 0.71 0.84 0.05
HSL 9.12º 0.89% 0.55% -
HSV(B) 9.12º 0.84% 0.95% -
XYZ 39.1 23.27 4.27 -
YUV 117.19 83.31 217.02 -
System Red Green Blue C M Y K H S L
Decimal 242 69 38 0 0.71 0.84 0.05 9.12 0.89 0.55
Hex F2 45 26 0 47 54 5 9 59 37
Octal 362 105 46 0 107 124 5 11 131 67
Binary 11110010 1000101 100110 0 1000111 1010100 101 1001 1011001 110111

Color Harmonies of #F24526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F24526

Black with #F24526

Text Example


Text Example

White with #F24526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F24526; }

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

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

background-color css

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

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

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

border-color css

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

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

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