Html Css Color HEX #CB1E47 Cardinal

📋 copy color: '#CB1E47'

red 203 ◦ green 30 ◦ blue 71

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

Shades of Cardinal #CB1E47

Tints of Cardinal #CB1E47

RGB

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

 GREEN value IS 30 (12.11% from 255) = 9.87%

 BLUE value IS 71 (28.13% from 255) = 23.36%

R = 66.78%
G = 9.87%
B = 23.36%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.65

 K value IS 0.20

RGB Variations

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

Color information

#CB1E47 (or 0xCB1E47) is known color: Cardinal. HEX triplet: CB, 1E and 47. RGB value is (203,30,71). Sum of RGB (Red+Green+Blue) = 203+30+71=304 (40% of max value = 765). Red value is 203 (79.69% from 255 or 66.78% from 304); Green value is 30 (12.11% from 255 or 9.87% from 304); Blue value is 71 (28.12% from 255 or 23.36% from 304); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1E47 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB1E47 is #34E1B8. Grayscale: #565656. Windows color (decimal): -3465657 or 4660939. OLE color: 4660939.

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

Color convert

RGB 203 30 71 -
CMYK 0 0.85 0.65 0.20
HSL 345.78º 0.74% 0.46% -
HSV(B) 345.78º 0.85% 0.8% -
XYZ 26.23 14.08 7.3 -
YUV 86.4 119.31 211.17 -
System Red Green Blue C M Y K H S L
Decimal 203 30 71 0 0.85 0.65 0.20 345.78 0.74 0.46
Hex CB 1E 47 0 55 41 14 15A 4A 2E
Octal 313 36 107 0 125 101 24 532 112 56
Binary 11001011 11110 1000111 0 1010101 1000001 10100 101011010 1001010 101110

Color Harmonies of #CB1E47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB1E47

Black with #CB1E47

Text Example


Text Example

White with #CB1E47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB1E47; }

 p { color: rgb(203,30,71); }

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

background-color css

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

 a { background-color: rgb(203,30,71); }

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

border-color css

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

 span { border-color: rgb(203,30,71); }

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