Html Css Color HEX #CF1640 Crimson

📋 copy color: '#CF1640'

red 207 ◦ green 22 ◦ blue 64

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

Shades of Crimson #CF1640

Tints of Crimson #CF1640

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 21.84%

R = 70.65%
G = 7.51%
B = 21.84%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.69

 K value IS 0.19

RGB Variations

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

Color information

#CF1640 (or 0xCF1640) is known color: Crimson. HEX triplet: CF, 16 and 40. RGB value is (207,22,64). Sum of RGB (Red+Green+Blue) = 207+22+64=293 (38% of max value = 765). Red value is 207 (81.25% from 255 or 70.65% from 293); Green value is 22 (8.98% from 255 or 7.51% from 293); Blue value is 64 (25.39% from 255 or 21.84% from 293); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1640 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF1640 is #30E9BF. Grayscale: #525252. Windows color (decimal): -3205568 or 4200143. OLE color: 4200143.

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

Color convert

RGB 207 22 64 -
CMYK 0 0.89 0.69 0.19
HSL 346.38º 0.81% 0.45% -
HSV(B) 346.38º 0.89% 0.81% -
XYZ 26.94 14.21 6.17 -
YUV 82.1 117.79 217.08 -
System Red Green Blue C M Y K H S L
Decimal 207 22 64 0 0.89 0.69 0.19 346.38 0.81 0.45
Hex CF 16 40 0 59 45 13 15A 51 2D
Octal 317 26 100 0 131 105 23 532 121 55
Binary 11001111 10110 1000000 0 1011001 1000101 10011 101011010 1010001 101101

Color Harmonies of #CF1640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF1640

Black with #CF1640

Text Example


Text Example

White with #CF1640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF1640; }

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

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

background-color css

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

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

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

border-color css

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

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

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