Html Css Color HEX #CB1642 Cardinal

📋 copy color: '#CB1642'

red 203 ◦ green 22 ◦ blue 66

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

Shades of Cardinal #CB1642

Tints of Cardinal #CB1642

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.56%

 BLUE value IS 66 (26.17% from 255) = 22.68%

R = 69.76%
G = 7.56%
B = 22.68%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.67

 K value IS 0.20

RGB Variations

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

Color information

#CB1642 (or 0xCB1642) is known color: Cardinal. HEX triplet: CB, 16 and 42. RGB value is (203,22,66). Sum of RGB (Red+Green+Blue) = 203+22+66=291 (38% of max value = 765). Red value is 203 (79.69% from 255 or 69.76% from 291); Green value is 22 (8.98% from 255 or 7.56% from 291); Blue value is 66 (26.17% from 255 or 22.68% from 291); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1642 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB1642 is #34E9BD. Grayscale: #515151. Windows color (decimal): -3467710 or 4331211. OLE color: 4331211.

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

Color convert

RGB 203 22 66 -
CMYK 0 0.89 0.67 0.20
HSL 345.41º 0.8% 0.44% -
HSV(B) 345.41º 0.89% 0.8% -
XYZ 25.9 13.66 6.43 -
YUV 81.14 119.47 214.92 -
System Red Green Blue C M Y K H S L
Decimal 203 22 66 0 0.89 0.67 0.20 345.41 0.8 0.44
Hex CB 16 42 0 59 43 14 159 50 2C
Octal 313 26 102 0 131 103 24 531 120 54
Binary 11001011 10110 1000010 0 1011001 1000011 10100 101011001 1010000 101100

Color Harmonies of #CB1642

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB1642

Black with #CB1642

Text Example


Text Example

White with #CB1642

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB1642; }

 p { color: rgb(203,22,66); }

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

background-color css

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

 a { background-color: rgb(203,22,66); }

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

border-color css

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

 span { border-color: rgb(203,22,66); }

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