Html Css Color HEX #CF194A Crimson

📋 copy color: '#CF194A'

red 207 ◦ green 25 ◦ blue 74

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

Shades of Crimson #CF194A

Tints of Crimson #CF194A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 24.18%

R = 67.65%
G = 8.17%
B = 24.18%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.64

 K value IS 0.19

RGB Variations

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

Color information

#CF194A (or 0xCF194A) is known color: Crimson. HEX triplet: CF, 19 and 4A. RGB value is (207,25,74). Sum of RGB (Red+Green+Blue) = 207+25+74=306 (40% of max value = 765). Red value is 207 (81.25% from 255 or 67.65% from 306); Green value is 25 (10.16% from 255 or 8.17% from 306); Blue value is 74 (29.30% from 255 or 24.18% from 306); Max value from RGB is 207 - color contains mainly: red. Hex color #CF194A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF194A is #30E6B5. Grayscale: #545454. Windows color (decimal): -3204790 or 4856271. OLE color: 4856271.

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

Color convert

RGB 207 25 74 -
CMYK 0 0.88 0.64 0.19
HSL 343.85º 0.78% 0.45% -
HSV(B) 343.85º 0.88% 0.81% -
XYZ 27.32 14.46 7.83 -
YUV 85 121.8 215.02 -
System Red Green Blue C M Y K H S L
Decimal 207 25 74 0 0.88 0.64 0.19 343.85 0.78 0.45
Hex CF 19 4A 0 58 40 13 158 4E 2D
Octal 317 31 112 0 130 100 23 530 116 55
Binary 11001111 11001 1001010 0 1011000 1000000 10011 101011000 1001110 101101

Color Harmonies of #CF194A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF194A

Black with #CF194A

Text Example


Text Example

White with #CF194A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF194A; }

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

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

background-color css

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

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

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

border-color css

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

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

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