Html Css Color HEX #CF193C Cardinal

📋 copy color: '#CF193C'

red 207 ◦ green 25 ◦ blue 60

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

Shades of Cardinal #CF193C

Tints of Cardinal #CF193C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 20.55%

R = 70.89%
G = 8.56%
B = 20.55%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.71

 K value IS 0.19

RGB Variations

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

Color information

#CF193C (or 0xCF193C) is known color: Cardinal. HEX triplet: CF, 19 and 3C. RGB value is (207,25,60). Sum of RGB (Red+Green+Blue) = 207+25+60=292 (38% of max value = 765). Red value is 207 (81.25% from 255 or 70.89% from 292); Green value is 25 (10.16% from 255 or 8.56% from 292); Blue value is 60 (23.83% from 255 or 20.55% from 292); Max value from RGB is 207 - color contains mainly: red. Hex color #CF193C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF193C is #30E6C3. Grayscale: #535353. Windows color (decimal): -3204804 or 3938767. OLE color: 3938767.

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

Color convert

RGB 207 25 60 -
CMYK 0 0.88 0.71 0.19
HSL 348.46º 0.78% 0.45% -
HSV(B) 348.46º 0.88% 0.81% -
XYZ 26.9 14.29 5.62 -
YUV 83.41 114.8 216.15 -
System Red Green Blue C M Y K H S L
Decimal 207 25 60 0 0.88 0.71 0.19 348.46 0.78 0.45
Hex CF 19 3C 0 58 47 13 15C 4E 2D
Octal 317 31 74 0 130 107 23 534 116 55
Binary 11001111 11001 111100 0 1011000 1000111 10011 101011100 1001110 101101

Color Harmonies of #CF193C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF193C

Black with #CF193C

Text Example


Text Example

White with #CF193C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF193C; }

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

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

background-color css

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

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

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

border-color css

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

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

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