Html Css Color HEX #CF163B Crimson

📋 copy color: '#CF163B'

red 207 ◦ green 22 ◦ blue 59

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

Shades of Crimson #CF163B

Tints of Crimson #CF163B

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.64%

 BLUE value IS 59 (23.44% from 255) = 20.49%

R = 71.88%
G = 7.64%
B = 20.49%

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

#CF163B (or 0xCF163B) is known color: Crimson. HEX triplet: CF, 16 and 3B. RGB value is (207,22,59). Sum of RGB (Red+Green+Blue) = 207+22+59=288 (38% of max value = 765). Red value is 207 (81.25% from 255 or 71.88% from 288); Green value is 22 (8.98% from 255 or 7.64% from 288); Blue value is 59 (23.44% from 255 or 20.49% from 288); Max value from RGB is 207 - color contains mainly: red. Hex color #CF163B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF163B is #30E9C4. Grayscale: #515151. Windows color (decimal): -3205573 or 3872463. OLE color: 3872463.

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

Color convert

RGB 207 22 59 -
CMYK 0 0.89 0.71 0.19
HSL 348º 0.81% 0.45% -
HSV(B) 348º 0.89% 0.81% -
XYZ 26.81 14.15 5.46 -
YUV 81.53 115.29 217.49 -
System Red Green Blue C M Y K H S L
Decimal 207 22 59 0 0.89 0.71 0.19 348 0.81 0.45
Hex CF 16 3B 0 59 47 13 15C 51 2D
Octal 317 26 73 0 131 107 23 534 121 55
Binary 11001111 10110 111011 0 1011001 1000111 10011 101011100 1010001 101101

Color Harmonies of #CF163B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF163B

Black with #CF163B

Text Example


Text Example

White with #CF163B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF163B; }

 p { color: rgb(207,22,59); }

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

background-color css

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

 a { background-color: rgb(207,22,59); }

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

border-color css

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

 span { border-color: rgb(207,22,59); }

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