Html Css Color HEX #CB1344 Cardinal

📋 copy color: '#CB1344'

red 203 ◦ green 19 ◦ blue 68

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

Shades of Cardinal #CB1344

Tints of Cardinal #CB1344

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 23.45%

R = 70%
G = 6.55%
B = 23.45%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.67

 K value IS 0.20

RGB Variations

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

Color information

#CB1344 (or 0xCB1344) is known color: Cardinal. HEX triplet: CB, 13 and 44. RGB value is (203,19,68). Sum of RGB (Red+Green+Blue) = 203+19+68=290 (38% of max value = 765). Red value is 203 (79.69% from 255 or 70% from 290); Green value is 19 (7.81% from 255 or 6.55% from 290); Blue value is 68 (26.95% from 255 or 23.45% from 290); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1344 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB1344 is #34ECBB. Grayscale: #4F4F4F. Windows color (decimal): -3468476 or 4461515. OLE color: 4461515.

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

Color convert

RGB 203 19 68 -
CMYK 0 0.91 0.67 0.20
HSL 344.02º 0.83% 0.44% -
HSV(B) 344.02º 0.91% 0.8% -
XYZ 25.9 13.58 6.72 -
YUV 79.6 121.46 216.02 -
System Red Green Blue C M Y K H S L
Decimal 203 19 68 0 0.91 0.67 0.20 344.02 0.83 0.44
Hex CB 13 44 0 5B 43 14 158 53 2C
Octal 313 23 104 0 133 103 24 530 123 54
Binary 11001011 10011 1000100 0 1011011 1000011 10100 101011000 1010011 101100

Color Harmonies of #CB1344

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB1344

Black with #CB1344

Text Example


Text Example

White with #CB1344

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB1344; }

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

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

background-color css

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

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

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

border-color css

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

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

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