Html Css Color HEX #CF1846 Crimson

📋 copy color: '#CF1846'

red 207 ◦ green 24 ◦ blue 70

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

Shades of Crimson #CF1846

Tints of Crimson #CF1846

RGB

 RED value IS 207 (81.25% from 255) = 68.77%

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

 BLUE value IS 70 (27.73% from 255) = 23.26%

R = 68.77%
G = 7.97%
B = 23.26%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.66

 K value IS 0.19

RGB Variations

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

Color information

#CF1846 (or 0xCF1846) is known color: Crimson. HEX triplet: CF, 18 and 46. RGB value is (207,24,70). Sum of RGB (Red+Green+Blue) = 207+24+70=301 (39% of max value = 765). Red value is 207 (81.25% from 255 or 68.77% from 301); Green value is 24 (9.77% from 255 or 7.97% from 301); Blue value is 70 (27.73% from 255 or 23.26% from 301); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1846 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF1846 is #30E7B9. Grayscale: #535353. Windows color (decimal): -3205050 or 4593871. OLE color: 4593871.

HSL color Cylindrical-coordinate representation of color #CF1846: hue angle of 344.92º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CF1846 is Cyan = 0, Magento = 0.88, Yellow = 0.66 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 24 70 -
CMYK 0 0.88 0.66 0.19
HSL 344.92º 0.79% 0.45% -
HSV(B) 344.92º 0.88% 0.81% -
XYZ 27.16 14.36 7.13 -
YUV 83.96 120.13 215.76 -
System Red Green Blue C M Y K H S L
Decimal 207 24 70 0 0.88 0.66 0.19 344.92 0.79 0.45
Hex CF 18 46 0 58 42 13 159 4F 2D
Octal 317 30 106 0 130 102 23 531 117 55
Binary 11001111 11000 1000110 0 1011000 1000010 10011 101011001 1001111 101101

Color Harmonies of #CF1846

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF1846

Black with #CF1846

Text Example


Text Example

White with #CF1846

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF1846; }

 p { color: rgb(207,24,70); }

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

background-color css

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

 a { background-color: rgb(207,24,70); }

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

border-color css

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

 span { border-color: rgb(207,24,70); }

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