Html Css Color HEX #CF1541 Crimson

📋 copy color: '#CF1541'

red 207 ◦ green 21 ◦ blue 65

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

Shades of Crimson #CF1541

Tints of Crimson #CF1541

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 22.18%

R = 70.65%
G = 7.17%
B = 22.18%

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

#CF1541 (or 0xCF1541) is known color: Crimson. HEX triplet: CF, 15 and 41. RGB value is (207,21,65). Sum of RGB (Red+Green+Blue) = 207+21+65=293 (38% of max value = 765). Red value is 207 (81.25% from 255 or 70.65% from 293); Green value is 21 (8.59% from 255 or 7.17% from 293); Blue value is 65 (25.78% from 255 or 22.18% from 293); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1541 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF1541 is #30EABE. Grayscale: #515151. Windows color (decimal): -3205823 or 4265423. OLE color: 4265423.

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

Color convert

RGB 207 21 65 -
CMYK 0 0.90 0.69 0.19
HSL 345.81º 0.82% 0.45% -
HSV(B) 345.81º 0.9% 0.81% -
XYZ 26.95 14.18 6.32 -
YUV 81.63 118.62 217.42 -
System Red Green Blue C M Y K H S L
Decimal 207 21 65 0 0.90 0.69 0.19 345.81 0.82 0.45
Hex CF 15 41 0 5A 45 13 15A 52 2D
Octal 317 25 101 0 132 105 23 532 122 55
Binary 11001111 10101 1000001 0 1011010 1000101 10011 101011010 1010010 101101

Color Harmonies of #CF1541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF1541

Black with #CF1541

Text Example


Text Example

White with #CF1541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF1541; }

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

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

background-color css

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

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

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

border-color css

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

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

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