Html Css Color HEX #CB192F Cardinal

📋 copy color: '#CB192F'

red 203 ◦ green 25 ◦ blue 47

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

Shades of Cardinal #CB192F

Tints of Cardinal #CB192F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 17.09%

R = 73.82%
G = 9.09%
B = 17.09%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.77

 K value IS 0.20

RGB Variations

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

Color information

#CB192F (or 0xCB192F) is known color: Cardinal. HEX triplet: CB, 19 and 2F. RGB value is (203,25,47). Sum of RGB (Red+Green+Blue) = 203+25+47=275 (36% of max value = 765). Red value is 203 (79.69% from 255 or 73.82% from 275); Green value is 25 (10.16% from 255 or 9.09% from 275); Blue value is 47 (18.75% from 255 or 17.09% from 275); Max value from RGB is 203 - color contains mainly: red. Hex color #CB192F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB192F is #34E6D0. Grayscale: #505050. Windows color (decimal): -3466961 or 3086795. OLE color: 3086795.

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

Color convert

RGB 203 25 47 -
CMYK 0 0.88 0.77 0.20
HSL 352.58º 0.78% 0.45% -
HSV(B) 352.58º 0.88% 0.8% -
XYZ 25.49 13.6 3.97 -
YUV 80.73 108.97 215.21 -
System Red Green Blue C M Y K H S L
Decimal 203 25 47 0 0.88 0.77 0.20 352.58 0.78 0.45
Hex CB 19 2F 0 58 4D 14 161 4E 2D
Octal 313 31 57 0 130 115 24 541 116 55
Binary 11001011 11001 101111 0 1011000 1001101 10100 101100001 1001110 101101

Color Harmonies of #CB192F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB192F

Black with #CB192F

Text Example


Text Example

White with #CB192F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB192F; }

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

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

background-color css

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

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

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

border-color css

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

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

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