Html Css Color HEX #CB144A Cardinal

📋 copy color: '#CB144A'

red 203 ◦ green 20 ◦ blue 74

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

Shades of Cardinal #CB144A

Tints of Cardinal #CB144A

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.73%

 BLUE value IS 74 (29.3% from 255) = 24.92%

R = 68.35%
G = 6.73%
B = 24.92%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.64

 K value IS 0.20

RGB Variations

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

Color information

#CB144A (or 0xCB144A) is known color: Cardinal. HEX triplet: CB, 14 and 4A. RGB value is (203,20,74). Sum of RGB (Red+Green+Blue) = 203+20+74=297 (39% of max value = 765). Red value is 203 (79.69% from 255 or 68.35% from 297); Green value is 20 (8.20% from 255 or 6.73% from 297); Blue value is 74 (29.30% from 255 or 24.92% from 297); Max value from RGB is 203 - color contains mainly: red. Hex color #CB144A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB144A is #34EBB5. Grayscale: #505050. Windows color (decimal): -3468214 or 4854987. OLE color: 4854987.

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

Color convert

RGB 203 20 74 -
CMYK 0 0.90 0.64 0.20
HSL 342.3º 0.82% 0.44% -
HSV(B) 342.3º 0.9% 0.8% -
XYZ 26.11 13.69 7.74 -
YUV 80.87 124.13 215.11 -
System Red Green Blue C M Y K H S L
Decimal 203 20 74 0 0.90 0.64 0.20 342.3 0.82 0.44
Hex CB 14 4A 0 5A 40 14 156 52 2C
Octal 313 24 112 0 132 100 24 526 122 54
Binary 11001011 10100 1001010 0 1011010 1000000 10100 101010110 1010010 101100

Color Harmonies of #CB144A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB144A

Black with #CB144A

Text Example


Text Example

White with #CB144A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB144A; }

 p { color: rgb(203,20,74); }

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

background-color css

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

 a { background-color: rgb(203,20,74); }

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

border-color css

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

 span { border-color: rgb(203,20,74); }

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