Html Css Color HEX #CB1C42 Cardinal

📋 copy color: '#CB1C42'

red 203 ◦ green 28 ◦ blue 66

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

Shades of Cardinal #CB1C42

Tints of Cardinal #CB1C42

RGB

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

 GREEN value IS 28 (11.33% from 255) = 9.43%

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

R = 68.35%
G = 9.43%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.67

 K value IS 0.20

RGB Variations

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

Color information

#CB1C42 (or 0xCB1C42) is known color: Cardinal. HEX triplet: CB, 1C and 42. RGB value is (203,28,66). Sum of RGB (Red+Green+Blue) = 203+28+66=297 (39% of max value = 765). Red value is 203 (79.69% from 255 or 68.35% from 297); Green value is 28 (11.33% from 255 or 9.43% from 297); Blue value is 66 (26.17% from 255 or 22.22% from 297); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1C42 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB1C42 is #34E3BD. Grayscale: #545454. Windows color (decimal): -3466174 or 4332747. OLE color: 4332747.

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

Color convert

RGB 203 28 66 -
CMYK 0 0.86 0.67 0.20
HSL 346.97º 0.76% 0.45% -
HSV(B) 346.97º 0.86% 0.8% -
XYZ 26.03 13.92 6.47 -
YUV 84.66 117.48 212.41 -
System Red Green Blue C M Y K H S L
Decimal 203 28 66 0 0.86 0.67 0.20 346.97 0.76 0.45
Hex CB 1C 42 0 56 43 14 15B 4C 2D
Octal 313 34 102 0 126 103 24 533 114 55
Binary 11001011 11100 1000010 0 1010110 1000011 10100 101011011 1001100 101101

Color Harmonies of #CB1C42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB1C42

Black with #CB1C42

Text Example


Text Example

White with #CB1C42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB1C42; }

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

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

background-color css

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

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

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

border-color css

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

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

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