Html Css Color HEX #CF1540 Crimson

📋 copy color: '#CF1540'

red 207 ◦ green 21 ◦ blue 64

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

Shades of Crimson #CF1540

Tints of Crimson #CF1540

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.19%

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

R = 70.89%
G = 7.19%
B = 21.92%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.69

 K value IS 0.19

RGB Variations

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

Color information

#CF1540 (or 0xCF1540) is known color: Crimson. HEX triplet: CF, 15 and 40. RGB value is (207,21,64). Sum of RGB (Red+Green+Blue) = 207+21+64=292 (38% of max value = 765). Red value is 207 (81.25% from 255 or 70.89% from 292); Green value is 21 (8.59% from 255 or 7.19% from 292); Blue value is 64 (25.39% from 255 or 21.92% from 292); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1540 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF1540 is #30EABF. Grayscale: #515151. Windows color (decimal): -3205824 or 4199887. OLE color: 4199887.

HSL color Cylindrical-coordinate representation of color #CF1540: hue angle of 346.13º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CF1540 is Cyan = 0, Magento = 0.90, Yellow = 0.69 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 21 64 -
CMYK 0 0.90 0.69 0.19
HSL 346.13º 0.82% 0.45% -
HSV(B) 346.13º 0.9% 0.81% -
XYZ 26.93 14.17 6.17 -
YUV 81.52 118.12 217.5 -
System Red Green Blue C M Y K H S L
Decimal 207 21 64 0 0.90 0.69 0.19 346.13 0.82 0.45
Hex CF 15 40 0 5A 45 13 15A 52 2D
Octal 317 25 100 0 132 105 23 532 122 55
Binary 11001111 10101 1000000 0 1011010 1000101 10011 101011010 1010010 101101

Color Harmonies of #CF1540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF1540

Black with #CF1540

Text Example


Text Example

White with #CF1540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF1540; }

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

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

background-color css

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

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

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

border-color css

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

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

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