Html Css Color HEX #CB113B Cardinal

📋 copy color: '#CB113B'

red 203 ◦ green 17 ◦ blue 59

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

Shades of Cardinal #CB113B

Tints of Cardinal #CB113B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 21.15%

R = 72.76%
G = 6.09%
B = 21.15%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.71

 K value IS 0.20

RGB Variations

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

Color information

#CB113B (or 0xCB113B) is known color: Cardinal. HEX triplet: CB, 11 and 3B. RGB value is (203,17,59). Sum of RGB (Red+Green+Blue) = 203+17+59=279 (36% of max value = 765). Red value is 203 (79.69% from 255 or 72.76% from 279); Green value is 17 (7.03% from 255 or 6.09% from 279); Blue value is 59 (23.44% from 255 or 21.15% from 279); Max value from RGB is 203 - color contains mainly: red. Hex color #CB113B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB113B is #34EEC4. Grayscale: #4D4D4D. Windows color (decimal): -3468997 or 3871179. OLE color: 3871179.

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

Color convert

RGB 203 17 59 -
CMYK 0 0.92 0.71 0.20
HSL 346.45º 0.85% 0.43% -
HSV(B) 346.45º 0.92% 0.8% -
XYZ 25.62 13.41 5.38 -
YUV 77.4 117.62 217.58 -
System Red Green Blue C M Y K H S L
Decimal 203 17 59 0 0.92 0.71 0.20 346.45 0.85 0.43
Hex CB 11 3B 0 5C 47 14 15A 55 2B
Octal 313 21 73 0 134 107 24 532 125 53
Binary 11001011 10001 111011 0 1011100 1000111 10100 101011010 1010101 101011

Color Harmonies of #CB113B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB113B

Black with #CB113B

Text Example


Text Example

White with #CB113B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB113B; }

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

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

background-color css

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

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

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

border-color css

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

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

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