Html Css Color HEX #CB113F Cardinal

📋 copy color: '#CB113F'

red 203 ◦ green 17 ◦ blue 63

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

Shades of Cardinal #CB113F

Tints of Cardinal #CB113F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 22.26%

R = 71.73%
G = 6.01%
B = 22.26%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.69

 K value IS 0.20

RGB Variations

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

Color information

#CB113F (or 0xCB113F) is known color: Cardinal. HEX triplet: CB, 11 and 3F. RGB value is (203,17,63). Sum of RGB (Red+Green+Blue) = 203+17+63=283 (37% of max value = 765). Red value is 203 (79.69% from 255 or 71.73% from 283); Green value is 17 (7.03% from 255 or 6.01% from 283); Blue value is 63 (25% from 255 or 22.26% from 283); Max value from RGB is 203 - color contains mainly: red. Hex color #CB113F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB113F is #34EEC0. Grayscale: #4D4D4D. Windows color (decimal): -3468993 or 4133323. OLE color: 4133323.

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

Color convert

RGB 203 17 63 -
CMYK 0 0.92 0.69 0.20
HSL 345.16º 0.85% 0.43% -
HSV(B) 345.16º 0.92% 0.8% -
XYZ 25.73 13.46 5.94 -
YUV 77.86 119.62 217.26 -
System Red Green Blue C M Y K H S L
Decimal 203 17 63 0 0.92 0.69 0.20 345.16 0.85 0.43
Hex CB 11 3F 0 5C 45 14 159 55 2B
Octal 313 21 77 0 134 105 24 531 125 53
Binary 11001011 10001 111111 0 1011100 1000101 10100 101011001 1010101 101011

Color Harmonies of #CB113F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB113F

Black with #CB113F

Text Example


Text Example

White with #CB113F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB113F; }

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

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

background-color css

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

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

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

border-color css

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

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

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