Html Css Color HEX #CB153A Cardinal

📋 copy color: '#CB153A'

red 203 ◦ green 21 ◦ blue 58

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

Shades of Cardinal #CB153A

Tints of Cardinal #CB153A

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.45%

 BLUE value IS 58 (23.05% from 255) = 20.57%

R = 71.99%
G = 7.45%
B = 20.57%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.71

 K value IS 0.20

RGB Variations

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

Color information

#CB153A (or 0xCB153A) is known color: Cardinal. HEX triplet: CB, 15 and 3A. RGB value is (203,21,58). Sum of RGB (Red+Green+Blue) = 203+21+58=282 (37% of max value = 765). Red value is 203 (79.69% from 255 or 71.99% from 282); Green value is 21 (8.59% from 255 or 7.45% from 282); Blue value is 58 (23.05% from 255 or 20.57% from 282); Max value from RGB is 203 - color contains mainly: red. Hex color #CB153A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB153A is #34EAC5. Grayscale: #4F4F4F. Windows color (decimal): -3467974 or 3806667. OLE color: 3806667.

HSL color Cylindrical-coordinate representation of color #CB153A: hue angle of 347.8º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CB153A is Cyan = 0, Magento = 0.90, Yellow = 0.71 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 21 58 -
CMYK 0 0.90 0.71 0.20
HSL 347.8º 0.81% 0.44% -
HSV(B) 347.8º 0.9% 0.8% -
XYZ 25.66 13.54 5.26 -
YUV 79.64 115.8 215.99 -
System Red Green Blue C M Y K H S L
Decimal 203 21 58 0 0.90 0.71 0.20 347.8 0.81 0.44
Hex CB 15 3A 0 5A 47 14 15C 51 2C
Octal 313 25 72 0 132 107 24 534 121 54
Binary 11001011 10101 111010 0 1011010 1000111 10100 101011100 1010001 101100

Color Harmonies of #CB153A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB153A

Black with #CB153A

Text Example


Text Example

White with #CB153A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB153A; }

 p { color: rgb(203,21,58); }

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

background-color css

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

 a { background-color: rgb(203,21,58); }

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

border-color css

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

 span { border-color: rgb(203,21,58); }

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