Html Css Color HEX #CF194F Crimson

📋 copy color: '#CF194F'

red 207 ◦ green 25 ◦ blue 79

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

Shades of Crimson #CF194F

Tints of Crimson #CF194F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 25.4%

R = 66.56%
G = 8.04%
B = 25.4%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.62

 K value IS 0.19

RGB Variations

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

Color information

#CF194F (or 0xCF194F) is known color: Crimson. HEX triplet: CF, 19 and 4F. RGB value is (207,25,79). Sum of RGB (Red+Green+Blue) = 207+25+79=311 (41% of max value = 765). Red value is 207 (81.25% from 255 or 66.56% from 311); Green value is 25 (10.16% from 255 or 8.04% from 311); Blue value is 79 (31.25% from 255 or 25.40% from 311); Max value from RGB is 207 - color contains mainly: red. Hex color #CF194F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF194F is #30E6B0. Grayscale: #555555. Windows color (decimal): -3204785 or 5183951. OLE color: 5183951.

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

Color convert

RGB 207 25 79 -
CMYK 0 0.88 0.62 0.19
HSL 342.2º 0.78% 0.45% -
HSV(B) 342.2º 0.88% 0.81% -
XYZ 27.49 14.53 8.75 -
YUV 85.57 124.3 214.61 -
System Red Green Blue C M Y K H S L
Decimal 207 25 79 0 0.88 0.62 0.19 342.2 0.78 0.45
Hex CF 19 4F 0 58 3E 13 156 4E 2D
Octal 317 31 117 0 130 76 23 526 116 55
Binary 11001111 11001 1001111 0 1011000 111110 10011 101010110 1001110 101101

Color Harmonies of #CF194F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF194F

Black with #CF194F

Text Example


Text Example

White with #CF194F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF194F; }

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

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

background-color css

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

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

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

border-color css

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

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

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