Html Css Color HEX #CB1143 Cardinal

📋 copy color: '#CB1143'

red 203 ◦ green 17 ◦ blue 67

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

Shades of Cardinal #CB1143

Tints of Cardinal #CB1143

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 23.34%

R = 70.73%
G = 5.92%
B = 23.34%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.67

 K value IS 0.20

RGB Variations

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

Color information

#CB1143 (or 0xCB1143) is known color: Cardinal. HEX triplet: CB, 11 and 43. RGB value is (203,17,67). Sum of RGB (Red+Green+Blue) = 203+17+67=287 (38% of max value = 765). Red value is 203 (79.69% from 255 or 70.73% from 287); Green value is 17 (7.03% from 255 or 5.92% from 287); Blue value is 67 (26.56% from 255 or 23.34% from 287); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1143 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB1143 is #34EEBC. Grayscale: #4E4E4E. Windows color (decimal): -3468989 or 4395467. OLE color: 4395467.

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

Color convert

RGB 203 17 67 -
CMYK 0 0.92 0.67 0.20
HSL 343.87º 0.85% 0.43% -
HSV(B) 343.87º 0.92% 0.8% -
XYZ 25.84 13.5 6.55 -
YUV 78.31 121.62 216.93 -
System Red Green Blue C M Y K H S L
Decimal 203 17 67 0 0.92 0.67 0.20 343.87 0.85 0.43
Hex CB 11 43 0 5C 43 14 158 55 2B
Octal 313 21 103 0 134 103 24 530 125 53
Binary 11001011 10001 1000011 0 1011100 1000011 10100 101011000 1010101 101011

Color Harmonies of #CB1143

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB1143

Black with #CB1143

Text Example


Text Example

White with #CB1143

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB1143; }

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

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

background-color css

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

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

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

border-color css

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

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

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