Html Css Color HEX #CB1247 Cardinal

📋 copy color: '#CB1247'

red 203 ◦ green 18 ◦ blue 71

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

Shades of Cardinal #CB1247

Tints of Cardinal #CB1247

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.16%

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

R = 69.52%
G = 6.16%
B = 24.32%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.65

 K value IS 0.20

RGB Variations

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

Color information

#CB1247 (or 0xCB1247) is known color: Cardinal. HEX triplet: CB, 12 and 47. RGB value is (203,18,71). Sum of RGB (Red+Green+Blue) = 203+18+71=292 (38% of max value = 765). Red value is 203 (79.69% from 255 or 69.52% from 292); Green value is 18 (7.42% from 255 or 6.16% from 292); Blue value is 71 (28.12% from 255 or 24.32% from 292); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1247 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB1247 is #34EDB8. Grayscale: #4F4F4F. Windows color (decimal): -3468729 or 4657867. OLE color: 4657867.

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

Color convert

RGB 203 18 71 -
CMYK 0 0.91 0.65 0.20
HSL 342.81º 0.84% 0.43% -
HSV(B) 342.81º 0.91% 0.8% -
XYZ 25.98 13.58 7.21 -
YUV 79.36 123.29 216.19 -
System Red Green Blue C M Y K H S L
Decimal 203 18 71 0 0.91 0.65 0.20 342.81 0.84 0.43
Hex CB 12 47 0 5B 41 14 157 54 2B
Octal 313 22 107 0 133 101 24 527 124 53
Binary 11001011 10010 1000111 0 1011011 1000001 10100 101010111 1010100 101011

Color Harmonies of #CB1247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB1247

Black with #CB1247

Text Example


Text Example

White with #CB1247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB1247; }

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

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

background-color css

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

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

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

border-color css

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

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

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