Html Css Color HEX #CB1634 Cardinal

📋 copy color: '#CB1634'

red 203 ◦ green 22 ◦ blue 52

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

Shades of Cardinal #CB1634

Tints of Cardinal #CB1634

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.94%

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

R = 73.29%
G = 7.94%
B = 18.77%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.74

 K value IS 0.20

RGB Variations

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

Color information

#CB1634 (or 0xCB1634) is known color: Cardinal. HEX triplet: CB, 16 and 34. RGB value is (203,22,52). Sum of RGB (Red+Green+Blue) = 203+22+52=277 (36% of max value = 765). Red value is 203 (79.69% from 255 or 73.29% from 277); Green value is 22 (8.98% from 255 or 7.94% from 277); Blue value is 52 (20.70% from 255 or 18.77% from 277); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1634 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB1634 is #34E9CB. Grayscale: #4F4F4F. Windows color (decimal): -3467724 or 3413707. OLE color: 3413707.

HSL color Cylindrical-coordinate representation of color #CB1634: hue angle of 350.06º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CB1634 is Cyan = 0, Magento = 0.89, Yellow = 0.74 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 22 52 -
CMYK 0 0.89 0.74 0.20
HSL 350.06º 0.8% 0.44% -
HSV(B) 350.06º 0.89% 0.8% -
XYZ 25.54 13.52 4.51 -
YUV 79.54 112.47 216.06 -
System Red Green Blue C M Y K H S L
Decimal 203 22 52 0 0.89 0.74 0.20 350.06 0.8 0.44
Hex CB 16 34 0 59 4A 14 15E 50 2C
Octal 313 26 64 0 131 112 24 536 120 54
Binary 11001011 10110 110100 0 1011001 1001010 10100 101011110 1010000 101100

Color Harmonies of #CB1634

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB1634

Black with #CB1634

Text Example


Text Example

White with #CB1634

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB1634; }

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

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

background-color css

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

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

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

border-color css

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

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

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