Html Css Color HEX #CB193B Cardinal

📋 copy color: '#CB193B'

red 203 ◦ green 25 ◦ blue 59

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

Shades of Cardinal #CB193B

Tints of Cardinal #CB193B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 20.56%

R = 70.73%
G = 8.71%
B = 20.56%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.71

 K value IS 0.20

RGB Variations

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

Color information

#CB193B (or 0xCB193B) is known color: Cardinal. HEX triplet: CB, 19 and 3B. RGB value is (203,25,59). Sum of RGB (Red+Green+Blue) = 203+25+59=287 (38% of max value = 765). Red value is 203 (79.69% from 255 or 70.73% from 287); Green value is 25 (10.16% from 255 or 8.71% from 287); Blue value is 59 (23.44% from 255 or 20.56% from 287); Max value from RGB is 203 - color contains mainly: red. Hex color #CB193B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB193B is #34E6C4. Grayscale: #525252. Windows color (decimal): -3466949 or 3873227. OLE color: 3873227.

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

Color convert

RGB 203 25 59 -
CMYK 0 0.88 0.71 0.20
HSL 348.54º 0.78% 0.45% -
HSV(B) 348.54º 0.88% 0.8% -
XYZ 25.77 13.71 5.43 -
YUV 82.1 114.97 214.24 -
System Red Green Blue C M Y K H S L
Decimal 203 25 59 0 0.88 0.71 0.20 348.54 0.78 0.45
Hex CB 19 3B 0 58 47 14 15D 4E 2D
Octal 313 31 73 0 130 107 24 535 116 55
Binary 11001011 11001 111011 0 1011000 1000111 10100 101011101 1001110 101101

Color Harmonies of #CB193B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB193B

Black with #CB193B

Text Example


Text Example

White with #CB193B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB193B; }

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

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

background-color css

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

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

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

border-color css

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

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

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