Html Css Color HEX #F01845 Crimson

📋 copy color: '#F01845'

red 240 ◦ green 24 ◦ blue 69

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

Shades of Crimson #F01845

Tints of Crimson #F01845

RGB

 RED value IS 240 (94.14% from 255) = 72.07%

 GREEN value IS 24 (9.77% from 255) = 7.21%

 BLUE value IS 69 (27.34% from 255) = 20.72%

R = 72.07%
G = 7.21%
B = 20.72%

CMYK

 C value IS 0

 M value IS 0.9

 Y value IS 0.71

 K value IS 0.06

RGB Variations

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

Color information

#F01845 (or 0xF01845) is known color: Crimson. HEX triplet: F0, 18 and 45. RGB value is (240,24,69). Sum of RGB (Red+Green+Blue) = 240+24+69=333 (44% of max value = 765). Red value is 240 (94.14% from 255 or 72.07% from 333); Green value is 24 (9.77% from 255 or 7.21% from 333); Blue value is 69 (27.34% from 255 or 20.72% from 333); Max value from RGB is 240 - color contains mainly: red. Hex color #F01845 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F01845 is #0FE7BA. Grayscale: #5D5D5D. Windows color (decimal): -1042363 or 4528368. OLE color: 4528368.

HSL color Cylindrical-coordinate representation of color #F01845: hue angle of 347.5º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F01845 is Cyan = 0, Magento = 0.9, Yellow = 0.71 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 24 69 -
CMYK 0 0.9 0.71 0.06
HSL 347.5º 0.88% 0.52% -
HSV(B) 347.5º 0.9% 0.94% -
XYZ 37.34 19.61 7.45 -
YUV 93.71 114.06 232.34 -
System Red Green Blue C M Y K H S L
Decimal 240 24 69 0 0.9 0.71 0.06 347.5 0.88 0.52
Hex F0 18 45 0 5A 47 6 15C 58 34
Octal 360 30 105 0 132 107 6 534 130 64
Binary 11110000 11000 1000101 0 1011010 1000111 110 101011100 1011000 110100

Color Harmonies of #F01845

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F01845

Black with #F01845

Text Example


Text Example

White with #F01845

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F01845; }

 p { color: rgb(240,24,69); }

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

background-color css

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

 a { background-color: rgb(240,24,69); }

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

border-color css

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

 span { border-color: rgb(240,24,69); }

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