Html Css Color HEX #CB1831 Cardinal

📋 copy color: '#CB1831'

red 203 ◦ green 24 ◦ blue 49

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

Shades of Cardinal #CB1831

Tints of Cardinal #CB1831

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.7%

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

R = 73.55%
G = 8.7%
B = 17.75%

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

#CB1831 (or 0xCB1831) is known color: Cardinal. HEX triplet: CB, 18 and 31. RGB value is (203,24,49). Sum of RGB (Red+Green+Blue) = 203+24+49=276 (36% of max value = 765). Red value is 203 (79.69% from 255 or 73.55% from 276); Green value is 24 (9.77% from 255 or 8.70% from 276); Blue value is 49 (19.53% from 255 or 17.75% from 276); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1831 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB1831 is #34E7CE. Grayscale: #505050. Windows color (decimal): -3467215 or 3217611. OLE color: 3217611.

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

Color convert

RGB 203 24 49 -
CMYK 0 0.88 0.76 0.20
HSL 351.62º 0.79% 0.45% -
HSV(B) 351.62º 0.88% 0.8% -
XYZ 25.51 13.57 4.18 -
YUV 80.37 110.3 215.47 -
System Red Green Blue C M Y K H S L
Decimal 203 24 49 0 0.88 0.76 0.20 351.62 0.79 0.45
Hex CB 18 31 0 58 4C 14 160 4F 2D
Octal 313 30 61 0 130 114 24 540 117 55
Binary 11001011 11000 110001 0 1011000 1001100 10100 101100000 1001111 101101

Color Harmonies of #CB1831

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB1831

Black with #CB1831

Text Example


Text Example

White with #CB1831

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB1831; }

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

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

background-color css

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

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

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

border-color css

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

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

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