Html Css Color HEX #CB1836 Cardinal

📋 copy color: '#CB1836'

red 203 ◦ green 24 ◦ blue 54

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

Shades of Cardinal #CB1836

Tints of Cardinal #CB1836

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.54%

 BLUE value IS 54 (21.48% from 255) = 19.22%

R = 72.24%
G = 8.54%
B = 19.22%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.73

 K value IS 0.20

RGB Variations

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

Color information

#CB1836 (or 0xCB1836) is known color: Cardinal. HEX triplet: CB, 18 and 36. RGB value is (203,24,54). Sum of RGB (Red+Green+Blue) = 203+24+54=281 (37% of max value = 765). Red value is 203 (79.69% from 255 or 72.24% from 281); Green value is 24 (9.77% from 255 or 8.54% from 281); Blue value is 54 (21.48% from 255 or 19.22% from 281); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1836 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB1836 is #34E7C9. Grayscale: #515151. Windows color (decimal): -3467210 or 3545291. OLE color: 3545291.

HSL color Cylindrical-coordinate representation of color #CB1836: hue angle of 349.94º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CB1836 is Cyan = 0, Magento = 0.88, Yellow = 0.73 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 24 54 -
CMYK 0 0.88 0.73 0.20
HSL 349.94º 0.79% 0.45% -
HSV(B) 349.94º 0.88% 0.8% -
XYZ 25.62 13.62 4.77 -
YUV 80.94 112.8 215.06 -
System Red Green Blue C M Y K H S L
Decimal 203 24 54 0 0.88 0.73 0.20 349.94 0.79 0.45
Hex CB 18 36 0 58 49 14 15E 4F 2D
Octal 313 30 66 0 130 111 24 536 117 55
Binary 11001011 11000 110110 0 1011000 1001001 10100 101011110 1001111 101101

Color Harmonies of #CB1836

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB1836

Black with #CB1836

Text Example


Text Example

White with #CB1836

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB1836; }

 p { color: rgb(203,24,54); }

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

background-color css

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

 a { background-color: rgb(203,24,54); }

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

border-color css

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

 span { border-color: rgb(203,24,54); }

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