Html Css Color HEX #CB1345 Cardinal

📋 copy color: '#CB1345'

red 203 ◦ green 19 ◦ blue 69

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

Shades of Cardinal #CB1345

Tints of Cardinal #CB1345

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 23.71%

R = 69.76%
G = 6.53%
B = 23.71%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.66

 K value IS 0.20

RGB Variations

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

Color information

#CB1345 (or 0xCB1345) is known color: Cardinal. HEX triplet: CB, 13 and 45. RGB value is (203,19,69). Sum of RGB (Red+Green+Blue) = 203+19+69=291 (38% of max value = 765). Red value is 203 (79.69% from 255 or 69.76% from 291); Green value is 19 (7.81% from 255 or 6.53% from 291); Blue value is 69 (27.34% from 255 or 23.71% from 291); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1345 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB1345 is #34ECBA. Grayscale: #4F4F4F. Windows color (decimal): -3468475 or 4527051. OLE color: 4527051.

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

Color convert

RGB 203 19 69 -
CMYK 0 0.91 0.66 0.20
HSL 343.7º 0.83% 0.44% -
HSV(B) 343.7º 0.91% 0.8% -
XYZ 25.94 13.59 6.89 -
YUV 79.72 121.96 215.93 -
System Red Green Blue C M Y K H S L
Decimal 203 19 69 0 0.91 0.66 0.20 343.7 0.83 0.44
Hex CB 13 45 0 5B 42 14 158 53 2C
Octal 313 23 105 0 133 102 24 530 123 54
Binary 11001011 10011 1000101 0 1011011 1000010 10100 101011000 1010011 101100

Color Harmonies of #CB1345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB1345

Black with #CB1345

Text Example


Text Example

White with #CB1345

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB1345; }

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

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

background-color css

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

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

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

border-color css

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

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

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