Html Css Color HEX #CB143F Cardinal

📋 copy color: '#CB143F'

red 203 ◦ green 20 ◦ blue 63

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

Shades of Cardinal #CB143F

Tints of Cardinal #CB143F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 22.03%

R = 70.98%
G = 6.99%
B = 22.03%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.69

 K value IS 0.20

RGB Variations

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

Color information

#CB143F (or 0xCB143F) is known color: Cardinal. HEX triplet: CB, 14 and 3F. RGB value is (203,20,63). Sum of RGB (Red+Green+Blue) = 203+20+63=286 (37% of max value = 765). Red value is 203 (79.69% from 255 or 70.98% from 286); Green value is 20 (8.20% from 255 or 6.99% from 286); Blue value is 63 (25% from 255 or 22.03% from 286); Max value from RGB is 203 - color contains mainly: red. Hex color #CB143F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB143F is #34EBC0. Grayscale: #4F4F4F. Windows color (decimal): -3468225 or 4134091. OLE color: 4134091.

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

Color convert

RGB 203 20 63 -
CMYK 0 0.90 0.69 0.20
HSL 345.9º 0.82% 0.44% -
HSV(B) 345.9º 0.9% 0.8% -
XYZ 25.78 13.56 5.96 -
YUV 79.62 118.63 216 -
System Red Green Blue C M Y K H S L
Decimal 203 20 63 0 0.90 0.69 0.20 345.9 0.82 0.44
Hex CB 14 3F 0 5A 45 14 15A 52 2C
Octal 313 24 77 0 132 105 24 532 122 54
Binary 11001011 10100 111111 0 1011010 1000101 10100 101011010 1010010 101100

Color Harmonies of #CB143F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB143F

Black with #CB143F

Text Example


Text Example

White with #CB143F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB143F; }

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

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

background-color css

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

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

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

border-color css

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

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

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