Html Css Color HEX #CF173C Crimson

📋 copy color: '#CF173C'

red 207 ◦ green 23 ◦ blue 60

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

Shades of Crimson #CF173C

Tints of Crimson #CF173C

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.93%

 BLUE value IS 60 (23.83% from 255) = 20.69%

R = 71.38%
G = 7.93%
B = 20.69%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.71

 K value IS 0.19

RGB Variations

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

Color information

#CF173C (or 0xCF173C) is known color: Crimson. HEX triplet: CF, 17 and 3C. RGB value is (207,23,60). Sum of RGB (Red+Green+Blue) = 207+23+60=290 (38% of max value = 765). Red value is 207 (81.25% from 255 or 71.38% from 290); Green value is 23 (9.38% from 255 or 7.93% from 290); Blue value is 60 (23.83% from 255 or 20.69% from 290); Max value from RGB is 207 - color contains mainly: red. Hex color #CF173C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF173C is #30E8C3. Grayscale: #525252. Windows color (decimal): -3205316 or 3938255. OLE color: 3938255.

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

Color convert

RGB 207 23 60 -
CMYK 0 0.89 0.71 0.19
HSL 347.93º 0.8% 0.45% -
HSV(B) 347.93º 0.89% 0.81% -
XYZ 26.85 14.2 5.6 -
YUV 82.23 115.46 216.99 -
System Red Green Blue C M Y K H S L
Decimal 207 23 60 0 0.89 0.71 0.19 347.93 0.8 0.45
Hex CF 17 3C 0 59 47 13 15C 50 2D
Octal 317 27 74 0 131 107 23 534 120 55
Binary 11001111 10111 111100 0 1011001 1000111 10011 101011100 1010000 101101

Color Harmonies of #CF173C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF173C

Black with #CF173C

Text Example


Text Example

White with #CF173C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF173C; }

 p { color: rgb(207,23,60); }

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

background-color css

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

 a { background-color: rgb(207,23,60); }

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

border-color css

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

 span { border-color: rgb(207,23,60); }

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