Html Css Color HEX #CB1348 Cardinal

📋 copy color: '#CB1348'

red 203 ◦ green 19 ◦ blue 72

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

Shades of Cardinal #CB1348

Tints of Cardinal #CB1348

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.46%

 BLUE value IS 72 (28.52% from 255) = 24.49%

R = 69.05%
G = 6.46%
B = 24.49%

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

#CB1348 (or 0xCB1348) is known color: Cardinal. HEX triplet: CB, 13 and 48. RGB value is (203,19,72). Sum of RGB (Red+Green+Blue) = 203+19+72=294 (38% of max value = 765). Red value is 203 (79.69% from 255 or 69.05% from 294); Green value is 19 (7.81% from 255 or 6.46% from 294); Blue value is 72 (28.52% from 255 or 24.49% from 294); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1348 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB1348 is #34ECB7. Grayscale: #505050. Windows color (decimal): -3468472 or 4723659. OLE color: 4723659.

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

Color convert

RGB 203 19 72 -
CMYK 0 0.91 0.65 0.20
HSL 342.72º 0.83% 0.44% -
HSV(B) 342.72º 0.91% 0.8% -
XYZ 26.03 13.63 7.39 -
YUV 80.06 123.46 215.69 -
System Red Green Blue C M Y K H S L
Decimal 203 19 72 0 0.91 0.65 0.20 342.72 0.83 0.44
Hex CB 13 48 0 5B 41 14 157 53 2C
Octal 313 23 110 0 133 101 24 527 123 54
Binary 11001011 10011 1001000 0 1011011 1000001 10100 101010111 1010011 101100

Color Harmonies of #CB1348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB1348

Black with #CB1348

Text Example


Text Example

White with #CB1348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB1348; }

 p { color: rgb(203,19,72); }

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

background-color css

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

 a { background-color: rgb(203,19,72); }

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

border-color css

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

 span { border-color: rgb(203,19,72); }

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