Html Css Color HEX #CF1947 Crimson

📋 copy color: '#CF1947'

red 207 ◦ green 25 ◦ blue 71

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

Shades of Crimson #CF1947

Tints of Crimson #CF1947

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.25%

 BLUE value IS 71 (28.13% from 255) = 23.43%

R = 68.32%
G = 8.25%
B = 23.43%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.66

 K value IS 0.19

RGB Variations

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

Color information

#CF1947 (or 0xCF1947) is known color: Crimson. HEX triplet: CF, 19 and 47. RGB value is (207,25,71). Sum of RGB (Red+Green+Blue) = 207+25+71=303 (40% of max value = 765). Red value is 207 (81.25% from 255 or 68.32% from 303); Green value is 25 (10.16% from 255 or 8.25% from 303); Blue value is 71 (28.12% from 255 or 23.43% from 303); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1947 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF1947 is #30E6B8. Grayscale: #545454. Windows color (decimal): -3204793 or 4659663. OLE color: 4659663.

HSL color Cylindrical-coordinate representation of color #CF1947: hue angle of 344.84º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CF1947 is Cyan = 0, Magento = 0.88, Yellow = 0.66 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 25 71 -
CMYK 0 0.88 0.66 0.19
HSL 344.84º 0.78% 0.45% -
HSV(B) 344.84º 0.88% 0.81% -
XYZ 27.22 14.42 7.31 -
YUV 84.66 120.3 215.26 -
System Red Green Blue C M Y K H S L
Decimal 207 25 71 0 0.88 0.66 0.19 344.84 0.78 0.45
Hex CF 19 47 0 58 42 13 159 4E 2D
Octal 317 31 107 0 130 102 23 531 116 55
Binary 11001111 11001 1000111 0 1011000 1000010 10011 101011001 1001110 101101

Color Harmonies of #CF1947

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF1947

Black with #CF1947

Text Example


Text Example

White with #CF1947

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF1947; }

 p { color: rgb(207,25,71); }

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

background-color css

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

 a { background-color: rgb(207,25,71); }

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

border-color css

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

 span { border-color: rgb(207,25,71); }

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