Html Css Color HEX #CF193E Cardinal

📋 copy color: '#CF193E'

red 207 ◦ green 25 ◦ blue 62

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

Shades of Cardinal #CF193E

Tints of Cardinal #CF193E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 21.09%

R = 70.41%
G = 8.5%
B = 21.09%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.70

 K value IS 0.19

RGB Variations

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

Color information

#CF193E (or 0xCF193E) is known color: Cardinal. HEX triplet: CF, 19 and 3E. RGB value is (207,25,62). Sum of RGB (Red+Green+Blue) = 207+25+62=294 (38% of max value = 765). Red value is 207 (81.25% from 255 or 70.41% from 294); Green value is 25 (10.16% from 255 or 8.50% from 294); Blue value is 62 (24.61% from 255 or 21.09% from 294); Max value from RGB is 207 - color contains mainly: red. Hex color #CF193E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF193E is #30E6C1. Grayscale: #535353. Windows color (decimal): -3204802 or 4069839. OLE color: 4069839.

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

Color convert

RGB 207 25 62 -
CMYK 0 0.88 0.70 0.19
HSL 347.8º 0.78% 0.45% -
HSV(B) 347.8º 0.88% 0.81% -
XYZ 26.95 14.31 5.9 -
YUV 83.64 115.8 215.99 -
System Red Green Blue C M Y K H S L
Decimal 207 25 62 0 0.88 0.70 0.19 347.8 0.78 0.45
Hex CF 19 3E 0 58 46 13 15C 4E 2D
Octal 317 31 76 0 130 106 23 534 116 55
Binary 11001111 11001 111110 0 1011000 1000110 10011 101011100 1001110 101101

Color Harmonies of #CF193E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF193E

Black with #CF193E

Text Example


Text Example

White with #CF193E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF193E; }

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

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

background-color css

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

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

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

border-color css

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

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

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