Html Css Color HEX #F2441B Cinnabar

📋 copy color: '#F2441B'

red 242 ◦ green 68 ◦ blue 27

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

Shades of Cinnabar #F2441B

Tints of Cinnabar #F2441B

RGB

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

 GREEN value IS 68 (26.95% from 255) = 20.18%

 BLUE value IS 27 (10.94% from 255) = 8.01%

R = 71.81%
G = 20.18%
B = 8.01%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.89

 K value IS 0.05

RGB Variations

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

Color information

#F2441B (or 0xF2441B) is known color: Cinnabar. HEX triplet: F2, 44 and 1B. RGB value is (242,68,27). Sum of RGB (Red+Green+Blue) = 242+68+27=337 (44% of max value = 765). Red value is 242 (94.92% from 255 or 71.81% from 337); Green value is 68 (26.95% from 255 or 20.18% from 337); Blue value is 27 (10.94% from 255 or 8.01% from 337); Max value from RGB is 242 - color contains mainly: red. Hex color #F2441B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F2441B is #0DBBE4. Grayscale: #737373. Windows color (decimal): -900069 or 1787122. OLE color: 1787122.

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

Color convert

RGB 242 68 27 -
CMYK 0 0.72 0.89 0.05
HSL 11.44º 0.89% 0.53% -
HSV(B) 11.44º 0.89% 0.95% -
XYZ 38.88 23.09 3.44 -
YUV 115.35 78.15 218.33 -
System Red Green Blue C M Y K H S L
Decimal 242 68 27 0 0.72 0.89 0.05 11.44 0.89 0.53
Hex F2 44 1B 0 48 59 5 B 59 35
Octal 362 104 33 0 110 131 5 13 131 65
Binary 11110010 1000100 11011 0 1001000 1011001 101 1011 1011001 110101

Color Harmonies of #F2441B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2441B

Black with #F2441B

Text Example


Text Example

White with #F2441B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2441B; }

 p { color: rgb(242,68,27); }

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

background-color css

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

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

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

border-color css

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

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

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