Html Css Color HEX #CF163F Crimson

📋 copy color: '#CF163F'

red 207 ◦ green 22 ◦ blue 63

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

Shades of Crimson #CF163F

Tints of Crimson #CF163F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 21.58%

R = 70.89%
G = 7.53%
B = 21.58%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.70

 K value IS 0.19

RGB Variations

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

Color information

#CF163F (or 0xCF163F) is known color: Crimson. HEX triplet: CF, 16 and 3F. RGB value is (207,22,63). Sum of RGB (Red+Green+Blue) = 207+22+63=292 (38% of max value = 765). Red value is 207 (81.25% from 255 or 70.89% from 292); Green value is 22 (8.98% from 255 or 7.53% from 292); Blue value is 63 (25% from 255 or 21.58% from 292); Max value from RGB is 207 - color contains mainly: red. Hex color #CF163F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF163F is #30E9C0. Grayscale: #525252. Windows color (decimal): -3205569 or 4134607. OLE color: 4134607.

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

Color convert

RGB 207 22 63 -
CMYK 0 0.89 0.70 0.19
HSL 346.7º 0.81% 0.45% -
HSV(B) 346.7º 0.89% 0.81% -
XYZ 26.92 14.2 6.02 -
YUV 81.99 117.29 217.17 -
System Red Green Blue C M Y K H S L
Decimal 207 22 63 0 0.89 0.70 0.19 346.7 0.81 0.45
Hex CF 16 3F 0 59 46 13 15B 51 2D
Octal 317 26 77 0 131 106 23 533 121 55
Binary 11001111 10110 111111 0 1011001 1000110 10011 101011011 1010001 101101

Color Harmonies of #CF163F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF163F

Black with #CF163F

Text Example


Text Example

White with #CF163F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF163F; }

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

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

background-color css

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

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

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

border-color css

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

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

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