Html Css Color HEX #CB1C40 Cardinal

📋 copy color: '#CB1C40'

red 203 ◦ green 28 ◦ blue 64

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

Shades of Cardinal #CB1C40

Tints of Cardinal #CB1C40

RGB

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

 GREEN value IS 28 (11.33% from 255) = 9.49%

 BLUE value IS 64 (25.39% from 255) = 21.69%

R = 68.81%
G = 9.49%
B = 21.69%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.68

 K value IS 0.20

RGB Variations

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

Color information

#CB1C40 (or 0xCB1C40) is known color: Cardinal. HEX triplet: CB, 1C and 40. RGB value is (203,28,64). Sum of RGB (Red+Green+Blue) = 203+28+64=295 (39% of max value = 765). Red value is 203 (79.69% from 255 or 68.81% from 295); Green value is 28 (11.33% from 255 or 9.49% from 295); Blue value is 64 (25.39% from 255 or 21.69% from 295); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1C40 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB1C40 is #34E3BF. Grayscale: #545454. Windows color (decimal): -3466176 or 4201675. OLE color: 4201675.

HSL color Cylindrical-coordinate representation of color #CB1C40: hue angle of 347.66º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CB1C40 is Cyan = 0, Magento = 0.86, Yellow = 0.68 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 28 64 -
CMYK 0 0.86 0.68 0.20
HSL 347.66º 0.76% 0.45% -
HSV(B) 347.66º 0.86% 0.8% -
XYZ 25.97 13.9 6.16 -
YUV 84.43 116.48 212.57 -
System Red Green Blue C M Y K H S L
Decimal 203 28 64 0 0.86 0.68 0.20 347.66 0.76 0.45
Hex CB 1C 40 0 56 44 14 15C 4C 2D
Octal 313 34 100 0 126 104 24 534 114 55
Binary 11001011 11100 1000000 0 1010110 1000100 10100 101011100 1001100 101101

Color Harmonies of #CB1C40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB1C40

Black with #CB1C40

Text Example


Text Example

White with #CB1C40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB1C40; }

 p { color: rgb(203,28,64); }

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

background-color css

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

 a { background-color: rgb(203,28,64); }

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

border-color css

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

 span { border-color: rgb(203,28,64); }

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