Html Css Color HEX #CB1545 Cardinal

📋 copy color: '#CB1545'

red 203 ◦ green 21 ◦ blue 69

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

Shades of Cardinal #CB1545

Tints of Cardinal #CB1545

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 23.55%

R = 69.28%
G = 7.17%
B = 23.55%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.66

 K value IS 0.20

RGB Variations

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

Color information

#CB1545 (or 0xCB1545) is known color: Cardinal. HEX triplet: CB, 15 and 45. RGB value is (203,21,69). Sum of RGB (Red+Green+Blue) = 203+21+69=293 (38% of max value = 765). Red value is 203 (79.69% from 255 or 69.28% from 293); Green value is 21 (8.59% from 255 or 7.17% from 293); Blue value is 69 (27.34% from 255 or 23.55% from 293); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1545 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB1545 is #34EABA. Grayscale: #505050. Windows color (decimal): -3467963 or 4527563. OLE color: 4527563.

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

Color convert

RGB 203 21 69 -
CMYK 0 0.90 0.66 0.20
HSL 344.18º 0.81% 0.44% -
HSV(B) 344.18º 0.9% 0.8% -
XYZ 25.97 13.66 6.9 -
YUV 80.89 121.3 215.1 -
System Red Green Blue C M Y K H S L
Decimal 203 21 69 0 0.90 0.66 0.20 344.18 0.81 0.44
Hex CB 15 45 0 5A 42 14 158 51 2C
Octal 313 25 105 0 132 102 24 530 121 54
Binary 11001011 10101 1000101 0 1011010 1000010 10100 101011000 1010001 101100

Color Harmonies of #CB1545

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB1545

Black with #CB1545

Text Example


Text Example

White with #CB1545

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB1545; }

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

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

background-color css

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

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

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

border-color css

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

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

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