Html Css Color HEX #CB1141 Cardinal

📋 copy color: '#CB1141'

red 203 ◦ green 17 ◦ blue 65

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

Shades of Cardinal #CB1141

Tints of Cardinal #CB1141

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.96%

 BLUE value IS 65 (25.78% from 255) = 22.81%

R = 71.23%
G = 5.96%
B = 22.81%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.68

 K value IS 0.20

RGB Variations

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

Color information

#CB1141 (or 0xCB1141) is known color: Cardinal. HEX triplet: CB, 11 and 41. RGB value is (203,17,65). Sum of RGB (Red+Green+Blue) = 203+17+65=285 (37% of max value = 765). Red value is 203 (79.69% from 255 or 71.23% from 285); Green value is 17 (7.03% from 255 or 5.96% from 285); Blue value is 65 (25.78% from 255 or 22.81% from 285); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1141 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB1141 is #34EEBE. Grayscale: #4E4E4E. Windows color (decimal): -3468991 or 4264395. OLE color: 4264395.

HSL color Cylindrical-coordinate representation of color #CB1141: hue angle of 344.52º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CB1141 is Cyan = 0, Magento = 0.92, Yellow = 0.68 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 17 65 -
CMYK 0 0.92 0.68 0.20
HSL 344.52º 0.85% 0.43% -
HSV(B) 344.52º 0.92% 0.8% -
XYZ 25.78 13.48 6.24 -
YUV 78.09 120.62 217.1 -
System Red Green Blue C M Y K H S L
Decimal 203 17 65 0 0.92 0.68 0.20 344.52 0.85 0.43
Hex CB 11 41 0 5C 44 14 159 55 2B
Octal 313 21 101 0 134 104 24 531 125 53
Binary 11001011 10001 1000001 0 1011100 1000100 10100 101011001 1010101 101011

Color Harmonies of #CB1141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB1141

Black with #CB1141

Text Example


Text Example

White with #CB1141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB1141; }

 p { color: rgb(203,17,65); }

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

background-color css

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

 a { background-color: rgb(203,17,65); }

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

border-color css

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

 span { border-color: rgb(203,17,65); }

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