Html Css Color HEX #CB2140 Cardinal

📋 copy color: '#CB2140'

red 203 ◦ green 33 ◦ blue 64

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

Shades of Cardinal #CB2140

Tints of Cardinal #CB2140

RGB

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

 GREEN value IS 33 (13.28% from 255) = 11%

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

R = 67.67%
G = 11%
B = 21.33%

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

#CB2140 (or 0xCB2140) is known color: Cardinal. HEX triplet: CB, 21 and 40. RGB value is (203,33,64). Sum of RGB (Red+Green+Blue) = 203+33+64=300 (39% of max value = 765). Red value is 203 (79.69% from 255 or 67.67% from 300); Green value is 33 (13.28% from 255 or 11% from 300); Blue value is 64 (25.39% from 255 or 21.33% from 300); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2140 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB2140 is #34DEBF. Grayscale: #575757. Windows color (decimal): -3464896 or 4202955. OLE color: 4202955.

HSL color Cylindrical-coordinate representation of color #CB2140: hue angle of 349.06º degrees, saturation: 0.72, 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 #CB2140 is Cyan = 0, Magento = 0.84, Yellow = 0.68 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 33 64 -
CMYK 0 0.84 0.68 0.20
HSL 349.06º 0.72% 0.46% -
HSV(B) 349.06º 0.84% 0.8% -
XYZ 26.1 14.15 6.21 -
YUV 87.36 114.82 210.48 -
System Red Green Blue C M Y K H S L
Decimal 203 33 64 0 0.84 0.68 0.20 349.06 0.72 0.46
Hex CB 21 40 0 54 44 14 15D 48 2E
Octal 313 41 100 0 124 104 24 535 110 56
Binary 11001011 100001 1000000 0 1010100 1000100 10100 101011101 1001000 101110

Color Harmonies of #CB2140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB2140

Black with #CB2140

Text Example


Text Example

White with #CB2140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB2140; }

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

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

background-color css

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

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

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

border-color css

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

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

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