Html Css Color HEX #C1202B Cardinal

📋 copy color: '#C1202B'

red 193 ◦ green 32 ◦ blue 43

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

Shades of Cardinal #C1202B

Tints of Cardinal #C1202B

RGB

 RED value IS 193 (75.78% from 255) = 72.01%

 GREEN value IS 32 (12.89% from 255) = 11.94%

 BLUE value IS 43 (17.19% from 255) = 16.04%

R = 72.01%
G = 11.94%
B = 16.04%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.78

 K value IS 0.24

RGB Variations

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

Color information

#C1202B (or 0xC1202B) is known color: Cardinal. HEX triplet: C1, 20 and 2B. RGB value is (193,32,43). Sum of RGB (Red+Green+Blue) = 193+32+43=268 (35% of max value = 765). Red value is 193 (75.78% from 255 or 72.01% from 268); Green value is 32 (12.89% from 255 or 11.94% from 268); Blue value is 43 (17.19% from 255 or 16.04% from 268); Max value from RGB is 193 - color contains mainly: red. Hex color #C1202B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C1202B is #3EDFD4. Grayscale: #515151. Windows color (decimal): -4120533 or 2826433. OLE color: 2826433.

HSL color Cylindrical-coordinate representation of color #C1202B: hue angle of 355.9º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C1202B is Cyan = 0, Magento = 0.83, Yellow = 0.78 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 32 43 -
CMYK 0 0.83 0.78 0.24
HSL 355.9º 0.72% 0.44% -
HSV(B) 355.9º 0.83% 0.76% -
XYZ 22.94 12.54 3.5 -
YUV 81.39 106.34 207.61 -
System Red Green Blue C M Y K H S L
Decimal 193 32 43 0 0.83 0.78 0.24 355.9 0.72 0.44
Hex C1 20 2B 0 53 4E 18 164 48 2C
Octal 301 40 53 0 123 116 30 544 110 54
Binary 11000001 100000 101011 0 1010011 1001110 11000 101100100 1001000 101100

Color Harmonies of #C1202B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1202B

Black with #C1202B

Text Example


Text Example

White with #C1202B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1202B; }

 p { color: rgb(193,32,43); }

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

background-color css

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

 a { background-color: rgb(193,32,43); }

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

border-color css

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

 span { border-color: rgb(193,32,43); }

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