Html Css Color HEX #CB1142 Cardinal

📋 copy color: '#CB1142'

red 203 ◦ green 17 ◦ blue 66

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

Shades of Cardinal #CB1142

Tints of Cardinal #CB1142

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 23.08%

R = 70.98%
G = 5.94%
B = 23.08%

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

#CB1142 (or 0xCB1142) is known color: Cardinal. HEX triplet: CB, 11 and 42. RGB value is (203,17,66). Sum of RGB (Red+Green+Blue) = 203+17+66=286 (37% of max value = 765). Red value is 203 (79.69% from 255 or 70.98% from 286); Green value is 17 (7.03% from 255 or 5.94% from 286); Blue value is 66 (26.17% from 255 or 23.08% from 286); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1142 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB1142 is #34EEBD. Grayscale: #4E4E4E. Windows color (decimal): -3468990 or 4329931. OLE color: 4329931.

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

Color convert

RGB 203 17 66 -
CMYK 0 0.92 0.67 0.20
HSL 344.19º 0.85% 0.43% -
HSV(B) 344.19º 0.92% 0.8% -
XYZ 25.81 13.49 6.4 -
YUV 78.2 121.12 217.02 -
System Red Green Blue C M Y K H S L
Decimal 203 17 66 0 0.92 0.67 0.20 344.19 0.85 0.43
Hex CB 11 42 0 5C 43 14 158 55 2B
Octal 313 21 102 0 134 103 24 530 125 53
Binary 11001011 10001 1000010 0 1011100 1000011 10100 101011000 1010101 101011

Color Harmonies of #CB1142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB1142

Black with #CB1142

Text Example


Text Example

White with #CB1142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB1142; }

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

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

background-color css

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

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

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

border-color css

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

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

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