Html Css Color HEX #CF163A Crimson

📋 copy color: '#CF163A'

red 207 ◦ green 22 ◦ blue 58

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

Shades of Crimson #CF163A

Tints of Crimson #CF163A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 20.21%

R = 72.13%
G = 7.67%
B = 20.21%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.72

 K value IS 0.19

RGB Variations

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

Color information

#CF163A (or 0xCF163A) is known color: Crimson. HEX triplet: CF, 16 and 3A. RGB value is (207,22,58). Sum of RGB (Red+Green+Blue) = 207+22+58=287 (38% of max value = 765). Red value is 207 (81.25% from 255 or 72.13% from 287); Green value is 22 (8.98% from 255 or 7.67% from 287); Blue value is 58 (23.05% from 255 or 20.21% from 287); Max value from RGB is 207 - color contains mainly: red. Hex color #CF163A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF163A is #30E9C5. Grayscale: #515151. Windows color (decimal): -3205574 or 3806927. OLE color: 3806927.

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

Color convert

RGB 207 22 58 -
CMYK 0 0.89 0.72 0.19
HSL 348.32º 0.81% 0.45% -
HSV(B) 348.32º 0.89% 0.81% -
XYZ 26.78 14.14 5.32 -
YUV 81.42 114.79 217.57 -
System Red Green Blue C M Y K H S L
Decimal 207 22 58 0 0.89 0.72 0.19 348.32 0.81 0.45
Hex CF 16 3A 0 59 48 13 15C 51 2D
Octal 317 26 72 0 131 110 23 534 121 55
Binary 11001111 10110 111010 0 1011001 1001000 10011 101011100 1010001 101101

Color Harmonies of #CF163A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF163A

Black with #CF163A

Text Example


Text Example

White with #CF163A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF163A; }

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

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

background-color css

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

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

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

border-color css

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

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

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