Html Css Color HEX #F1433A Cinnabar

📋 copy color: '#F1433A'

red 241 ◦ green 67 ◦ blue 58

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

Shades of Cinnabar #F1433A

Tints of Cinnabar #F1433A

RGB

 RED value IS 241 (94.53% from 255) = 65.85%

 GREEN value IS 67 (26.56% from 255) = 18.31%

 BLUE value IS 58 (23.05% from 255) = 15.85%

R = 65.85%
G = 18.31%
B = 15.85%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.76

 K value IS 0.05

RGB Variations

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

Color information

#F1433A (or 0xF1433A) is known color: Cinnabar. HEX triplet: F1, 43 and 3A. RGB value is (241,67,58). Sum of RGB (Red+Green+Blue) = 241+67+58=366 (48% of max value = 765). Red value is 241 (94.53% from 255 or 65.85% from 366); Green value is 67 (26.56% from 255 or 18.31% from 366); Blue value is 58 (23.05% from 255 or 15.85% from 366); Max value from RGB is 241 - color contains mainly: red. Hex color #F1433A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F1433A is #0EBCC5. Grayscale: #767676. Windows color (decimal): -965830 or 3818481. OLE color: 3818481.

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

Color convert

RGB 241 67 58 -
CMYK 0 0.72 0.76 0.05
HSL 2.95º 0.87% 0.59% -
HSV(B) 2.95º 0.76% 0.95% -
XYZ 39.05 23.02 6.39 -
YUV 118 94.15 215.73 -
System Red Green Blue C M Y K H S L
Decimal 241 67 58 0 0.72 0.76 0.05 2.95 0.87 0.59
Hex F1 43 3A 0 48 4C 5 3 57 3B
Octal 361 103 72 0 110 114 5 3 127 73
Binary 11110001 1000011 111010 0 1001000 1001100 101 11 1010111 111011

Color Harmonies of #F1433A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1433A

Black with #F1433A

Text Example


Text Example

White with #F1433A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1433A; }

 p { color: rgb(241,67,58); }

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

background-color css

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

 a { background-color: rgb(241,67,58); }

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

border-color css

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

 span { border-color: rgb(241,67,58); }

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