Html Css Color HEX #CB193F Cardinal

📋 copy color: '#CB193F'

red 203 ◦ green 25 ◦ blue 63

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

Shades of Cardinal #CB193F

Tints of Cardinal #CB193F

RGB

 RED value IS 203 (79.69% from 255) = 69.76%

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

 BLUE value IS 63 (25% from 255) = 21.65%

R = 69.76%
G = 8.59%
B = 21.65%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.69

 K value IS 0.20

RGB Variations

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

Color information

#CB193F (or 0xCB193F) is known color: Cardinal. HEX triplet: CB, 19 and 3F. RGB value is (203,25,63). Sum of RGB (Red+Green+Blue) = 203+25+63=291 (38% of max value = 765). Red value is 203 (79.69% from 255 or 69.76% from 291); Green value is 25 (10.16% from 255 or 8.59% from 291); Blue value is 63 (25% from 255 or 21.65% from 291); Max value from RGB is 203 - color contains mainly: red. Hex color #CB193F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB193F is #34E6C0. Grayscale: #525252. Windows color (decimal): -3466945 or 4135371. OLE color: 4135371.

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

Color convert

RGB 203 25 63 -
CMYK 0 0.88 0.69 0.20
HSL 347.19º 0.78% 0.45% -
HSV(B) 347.19º 0.88% 0.8% -
XYZ 25.87 13.75 5.99 -
YUV 82.55 116.97 213.91 -
System Red Green Blue C M Y K H S L
Decimal 203 25 63 0 0.88 0.69 0.20 347.19 0.78 0.45
Hex CB 19 3F 0 58 45 14 15B 4E 2D
Octal 313 31 77 0 130 105 24 533 116 55
Binary 11001011 11001 111111 0 1011000 1000101 10100 101011011 1001110 101101

Color Harmonies of #CB193F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB193F

Black with #CB193F

Text Example


Text Example

White with #CB193F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB193F; }

 p { color: rgb(203,25,63); }

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

background-color css

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

 a { background-color: rgb(203,25,63); }

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

border-color css

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

 span { border-color: rgb(203,25,63); }

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