Html Css Color HEX #CB1C4C Cardinal

📋 copy color: '#CB1C4C'

red 203 ◦ green 28 ◦ blue 76

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

Shades of Cardinal #CB1C4C

Tints of Cardinal #CB1C4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 24.76%

R = 66.12%
G = 9.12%
B = 24.76%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.63

 K value IS 0.20

RGB Variations

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

Color information

#CB1C4C (or 0xCB1C4C) is known color: Cardinal. HEX triplet: CB, 1C and 4C. RGB value is (203,28,76). Sum of RGB (Red+Green+Blue) = 203+28+76=307 (40% of max value = 765). Red value is 203 (79.69% from 255 or 66.12% from 307); Green value is 28 (11.33% from 255 or 9.12% from 307); Blue value is 76 (30.08% from 255 or 24.76% from 307); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1C4C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB1C4C is #34E3B3. Grayscale: #555555. Windows color (decimal): -3466164 or 4988107. OLE color: 4988107.

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

Color convert

RGB 203 28 76 -
CMYK 0 0.86 0.63 0.20
HSL 343.54º 0.76% 0.45% -
HSV(B) 343.54º 0.86% 0.8% -
XYZ 26.35 14.05 8.16 -
YUV 85.8 122.48 211.6 -
System Red Green Blue C M Y K H S L
Decimal 203 28 76 0 0.86 0.63 0.20 343.54 0.76 0.45
Hex CB 1C 4C 0 56 3F 14 158 4C 2D
Octal 313 34 114 0 126 77 24 530 114 55
Binary 11001011 11100 1001100 0 1010110 111111 10100 101011000 1001100 101101

Color Harmonies of #CB1C4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB1C4C

Black with #CB1C4C

Text Example


Text Example

White with #CB1C4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB1C4C; }

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

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

background-color css

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

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

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

border-color css

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

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

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