Html Css Color HEX #CB1732 Cardinal

📋 copy color: '#CB1732'

red 203 ◦ green 23 ◦ blue 50

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

Shades of Cardinal #CB1732

Tints of Cardinal #CB1732

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.33%

 BLUE value IS 50 (19.92% from 255) = 18.12%

R = 73.55%
G = 8.33%
B = 18.12%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.75

 K value IS 0.20

RGB Variations

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

Color information

#CB1732 (or 0xCB1732) is known color: Cardinal. HEX triplet: CB, 17 and 32. RGB value is (203,23,50). Sum of RGB (Red+Green+Blue) = 203+23+50=276 (36% of max value = 765). Red value is 203 (79.69% from 255 or 73.55% from 276); Green value is 23 (9.38% from 255 or 8.33% from 276); Blue value is 50 (19.92% from 255 or 18.12% from 276); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1732 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB1732 is #34E8CD. Grayscale: #4F4F4F. Windows color (decimal): -3467470 or 3282891. OLE color: 3282891.

HSL color Cylindrical-coordinate representation of color #CB1732: hue angle of 351º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CB1732 is Cyan = 0, Magento = 0.89, Yellow = 0.75 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 23 50 -
CMYK 0 0.89 0.75 0.20
HSL 351º 0.8% 0.44% -
HSV(B) 351º 0.89% 0.8% -
XYZ 25.51 13.54 4.29 -
YUV 79.9 111.13 215.8 -
System Red Green Blue C M Y K H S L
Decimal 203 23 50 0 0.89 0.75 0.20 351 0.8 0.44
Hex CB 17 32 0 59 4B 14 15F 50 2C
Octal 313 27 62 0 131 113 24 537 120 54
Binary 11001011 10111 110010 0 1011001 1001011 10100 101011111 1010000 101100

Color Harmonies of #CB1732

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB1732

Black with #CB1732

Text Example


Text Example

White with #CB1732

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB1732; }

 p { color: rgb(203,23,50); }

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

background-color css

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

 a { background-color: rgb(203,23,50); }

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

border-color css

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

 span { border-color: rgb(203,23,50); }

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