Html Css Color HEX #CB2040 Cardinal

📋 copy color: '#CB2040'

red 203 ◦ green 32 ◦ blue 64

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

Shades of Cardinal #CB2040

Tints of Cardinal #CB2040

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.7%

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

R = 67.89%
G = 10.7%
B = 21.4%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.68

 K value IS 0.20

RGB Variations

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

Color information

#CB2040 (or 0xCB2040) is known color: Cardinal. HEX triplet: CB, 20 and 40. RGB value is (203,32,64). Sum of RGB (Red+Green+Blue) = 203+32+64=299 (39% of max value = 765). Red value is 203 (79.69% from 255 or 67.89% from 299); Green value is 32 (12.89% from 255 or 10.70% from 299); Blue value is 64 (25.39% from 255 or 21.40% from 299); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2040 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB2040 is #34DFBF. Grayscale: #565656. Windows color (decimal): -3465152 or 4202699. OLE color: 4202699.

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

Color convert

RGB 203 32 64 -
CMYK 0 0.84 0.68 0.20
HSL 348.77º 0.73% 0.46% -
HSV(B) 348.77º 0.84% 0.8% -
XYZ 26.07 14.1 6.2 -
YUV 86.78 115.15 210.9 -
System Red Green Blue C M Y K H S L
Decimal 203 32 64 0 0.84 0.68 0.20 348.77 0.73 0.46
Hex CB 20 40 0 54 44 14 15D 49 2E
Octal 313 40 100 0 124 104 24 535 111 56
Binary 11001011 100000 1000000 0 1010100 1000100 10100 101011101 1001001 101110

Color Harmonies of #CB2040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB2040

Black with #CB2040

Text Example


Text Example

White with #CB2040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB2040; }

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

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

background-color css

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

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

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

border-color css

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

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

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