Html Css Color HEX #CB1747 Cardinal

📋 copy color: '#CB1747'

red 203 ◦ green 23 ◦ blue 71

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

Shades of Cardinal #CB1747

Tints of Cardinal #CB1747

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 23.91%

R = 68.35%
G = 7.74%
B = 23.91%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.65

 K value IS 0.20

RGB Variations

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

Color information

#CB1747 (or 0xCB1747) is known color: Cardinal. HEX triplet: CB, 17 and 47. RGB value is (203,23,71). Sum of RGB (Red+Green+Blue) = 203+23+71=297 (39% of max value = 765). Red value is 203 (79.69% from 255 or 68.35% from 297); Green value is 23 (9.38% from 255 or 7.74% from 297); Blue value is 71 (28.12% from 255 or 23.91% from 297); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1747 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB1747 is #34E8B8. Grayscale: #525252. Windows color (decimal): -3467449 or 4659147. OLE color: 4659147.

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

Color convert

RGB 203 23 71 -
CMYK 0 0.89 0.65 0.20
HSL 344º 0.8% 0.44% -
HSV(B) 344º 0.89% 0.8% -
XYZ 26.07 13.76 7.24 -
YUV 82.29 121.63 214.1 -
System Red Green Blue C M Y K H S L
Decimal 203 23 71 0 0.89 0.65 0.20 344 0.8 0.44
Hex CB 17 47 0 59 41 14 158 50 2C
Octal 313 27 107 0 131 101 24 530 120 54
Binary 11001011 10111 1000111 0 1011001 1000001 10100 101011000 1010000 101100

Color Harmonies of #CB1747

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB1747

Black with #CB1747

Text Example


Text Example

White with #CB1747

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB1747; }

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

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

background-color css

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

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

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

border-color css

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

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

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