Html Css Color HEX #CF173D Crimson

📋 copy color: '#CF173D'

red 207 ◦ green 23 ◦ blue 61

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

Shades of Crimson #CF173D

Tints of Crimson #CF173D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 20.96%

R = 71.13%
G = 7.9%
B = 20.96%

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

#CF173D (or 0xCF173D) is known color: Crimson. HEX triplet: CF, 17 and 3D. RGB value is (207,23,61). Sum of RGB (Red+Green+Blue) = 207+23+61=291 (38% of max value = 765). Red value is 207 (81.25% from 255 or 71.13% from 291); Green value is 23 (9.38% from 255 or 7.90% from 291); Blue value is 61 (24.22% from 255 or 20.96% from 291); Max value from RGB is 207 - color contains mainly: red. Hex color #CF173D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF173D is #30E8C2. Grayscale: #525252. Windows color (decimal): -3205315 or 4003791. OLE color: 4003791.

HSL color Cylindrical-coordinate representation of color #CF173D: hue angle of 347.61º 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 #CF173D is Cyan = 0, Magento = 0.89, Yellow = 0.71 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 23 61 -
CMYK 0 0.89 0.71 0.19
HSL 347.61º 0.8% 0.45% -
HSV(B) 347.61º 0.89% 0.81% -
XYZ 26.88 14.22 5.74 -
YUV 82.35 115.96 216.91 -
System Red Green Blue C M Y K H S L
Decimal 207 23 61 0 0.89 0.71 0.19 347.61 0.8 0.45
Hex CF 17 3D 0 59 47 13 15C 50 2D
Octal 317 27 75 0 131 107 23 534 120 55
Binary 11001111 10111 111101 0 1011001 1000111 10011 101011100 1010000 101101

Color Harmonies of #CF173D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF173D

Black with #CF173D

Text Example


Text Example

White with #CF173D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF173D; }

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

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

background-color css

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

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

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

border-color css

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

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

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