Html Css Color HEX #CB1534 Cardinal

📋 copy color: '#CB1534'

red 203 ◦ green 21 ◦ blue 52

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

Shades of Cardinal #CB1534

Tints of Cardinal #CB1534

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.61%

 BLUE value IS 52 (20.7% from 255) = 18.84%

R = 73.55%
G = 7.61%
B = 18.84%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.74

 K value IS 0.20

RGB Variations

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

Color information

#CB1534 (or 0xCB1534) is known color: Cardinal. HEX triplet: CB, 15 and 34. RGB value is (203,21,52). Sum of RGB (Red+Green+Blue) = 203+21+52=276 (36% of max value = 765). Red value is 203 (79.69% from 255 or 73.55% from 276); Green value is 21 (8.59% from 255 or 7.61% from 276); Blue value is 52 (20.70% from 255 or 18.84% from 276); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1534 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB1534 is #34EACB. Grayscale: #4F4F4F. Windows color (decimal): -3467980 or 3413451. OLE color: 3413451.

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

Color convert

RGB 203 21 52 -
CMYK 0 0.90 0.74 0.20
HSL 349.78º 0.81% 0.44% -
HSV(B) 349.78º 0.9% 0.8% -
XYZ 25.52 13.48 4.51 -
YUV 78.95 112.8 216.48 -
System Red Green Blue C M Y K H S L
Decimal 203 21 52 0 0.90 0.74 0.20 349.78 0.81 0.44
Hex CB 15 34 0 5A 4A 14 15E 51 2C
Octal 313 25 64 0 132 112 24 536 121 54
Binary 11001011 10101 110100 0 1011010 1001010 10100 101011110 1010001 101100

Color Harmonies of #CB1534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB1534

Black with #CB1534

Text Example


Text Example

White with #CB1534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB1534; }

 p { color: rgb(203,21,52); }

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

background-color css

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

 a { background-color: rgb(203,21,52); }

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

border-color css

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

 span { border-color: rgb(203,21,52); }

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