Html Css Color HEX #CB144B Cardinal

📋 copy color: '#CB144B'

red 203 ◦ green 20 ◦ blue 75

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

Shades of Cardinal #CB144B

Tints of Cardinal #CB144B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 25.17%

R = 68.12%
G = 6.71%
B = 25.17%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.63

 K value IS 0.20

RGB Variations

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

Color information

#CB144B (or 0xCB144B) is known color: Cardinal. HEX triplet: CB, 14 and 4B. RGB value is (203,20,75). Sum of RGB (Red+Green+Blue) = 203+20+75=298 (39% of max value = 765). Red value is 203 (79.69% from 255 or 68.12% from 298); Green value is 20 (8.20% from 255 or 6.71% from 298); Blue value is 75 (29.69% from 255 or 25.17% from 298); Max value from RGB is 203 - color contains mainly: red. Hex color #CB144B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB144B is #34EBB4. Grayscale: #505050. Windows color (decimal): -3468213 or 4920523. OLE color: 4920523.

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

Color convert

RGB 203 20 75 -
CMYK 0 0.90 0.63 0.20
HSL 341.97º 0.82% 0.44% -
HSV(B) 341.97º 0.9% 0.8% -
XYZ 26.15 13.7 7.92 -
YUV 80.99 124.63 215.03 -
System Red Green Blue C M Y K H S L
Decimal 203 20 75 0 0.90 0.63 0.20 341.97 0.82 0.44
Hex CB 14 4B 0 5A 3F 14 156 52 2C
Octal 313 24 113 0 132 77 24 526 122 54
Binary 11001011 10100 1001011 0 1011010 111111 10100 101010110 1010010 101100

Color Harmonies of #CB144B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB144B

Black with #CB144B

Text Example


Text Example

White with #CB144B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB144B; }

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

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

background-color css

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

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

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

border-color css

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

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

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