Html Css Color HEX #CB1931 Cardinal

📋 copy color: '#CB1931'

red 203 ◦ green 25 ◦ blue 49

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

Shades of Cardinal #CB1931

Tints of Cardinal #CB1931

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 17.69%

R = 73.29%
G = 9.03%
B = 17.69%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.76

 K value IS 0.20

RGB Variations

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

Color information

#CB1931 (or 0xCB1931) is known color: Cardinal. HEX triplet: CB, 19 and 31. RGB value is (203,25,49). Sum of RGB (Red+Green+Blue) = 203+25+49=277 (36% of max value = 765). Red value is 203 (79.69% from 255 or 73.29% from 277); Green value is 25 (10.16% from 255 or 9.03% from 277); Blue value is 49 (19.53% from 255 or 17.69% from 277); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1931 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB1931 is #34E6CE. Grayscale: #515151. Windows color (decimal): -3466959 or 3217867. OLE color: 3217867.

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

Color convert

RGB 203 25 49 -
CMYK 0 0.88 0.76 0.20
HSL 351.91º 0.78% 0.45% -
HSV(B) 351.91º 0.88% 0.8% -
XYZ 25.53 13.61 4.19 -
YUV 80.96 109.97 215.05 -
System Red Green Blue C M Y K H S L
Decimal 203 25 49 0 0.88 0.76 0.20 351.91 0.78 0.45
Hex CB 19 31 0 58 4C 14 160 4E 2D
Octal 313 31 61 0 130 114 24 540 116 55
Binary 11001011 11001 110001 0 1011000 1001100 10100 101100000 1001110 101101

Color Harmonies of #CB1931

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB1931

Black with #CB1931

Text Example


Text Example

White with #CB1931

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB1931; }

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

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

background-color css

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

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

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

border-color css

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

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

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