Html Css Color HEX #CB1C3C Cardinal

📋 copy color: '#CB1C3C'

red 203 ◦ green 28 ◦ blue 60

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

Shades of Cardinal #CB1C3C

Tints of Cardinal #CB1C3C

RGB

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

 GREEN value IS 28 (11.33% from 255) = 9.62%

 BLUE value IS 60 (23.83% from 255) = 20.62%

R = 69.76%
G = 9.62%
B = 20.62%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.70

 K value IS 0.20

RGB Variations

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

Color information

#CB1C3C (or 0xCB1C3C) is known color: Cardinal. HEX triplet: CB, 1C and 3C. RGB value is (203,28,60). Sum of RGB (Red+Green+Blue) = 203+28+60=291 (38% of max value = 765). Red value is 203 (79.69% from 255 or 69.76% from 291); Green value is 28 (11.33% from 255 or 9.62% from 291); Blue value is 60 (23.83% from 255 or 20.62% from 291); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1C3C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB1C3C is #34E3C3. Grayscale: #545454. Windows color (decimal): -3466180 or 3939531. OLE color: 3939531.

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

Color convert

RGB 203 28 60 -
CMYK 0 0.86 0.70 0.20
HSL 349.03º 0.76% 0.45% -
HSV(B) 349.03º 0.86% 0.8% -
XYZ 25.86 13.85 5.59 -
YUV 83.97 114.48 212.9 -
System Red Green Blue C M Y K H S L
Decimal 203 28 60 0 0.86 0.70 0.20 349.03 0.76 0.45
Hex CB 1C 3C 0 56 46 14 15D 4C 2D
Octal 313 34 74 0 126 106 24 535 114 55
Binary 11001011 11100 111100 0 1010110 1000110 10100 101011101 1001100 101101

Color Harmonies of #CB1C3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB1C3C

Black with #CB1C3C

Text Example


Text Example

White with #CB1C3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB1C3C; }

 p { color: rgb(203,28,60); }

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

background-color css

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

 a { background-color: rgb(203,28,60); }

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

border-color css

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

 span { border-color: rgb(203,28,60); }

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