Html Css Color HEX #C1023D Cardinal

📋 copy color: '#C1023D'

red 193 ◦ green 2 ◦ blue 61

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

Shades of Cardinal #C1023D

Tints of Cardinal #C1023D

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.78%

 BLUE value IS 61 (24.22% from 255) = 23.83%

R = 75.39%
G = 0.78%
B = 23.83%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.68

 K value IS 0.24

RGB Variations

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

Color information

#C1023D (or 0xC1023D) is known color: Cardinal. HEX triplet: C1, 02 and 3D. RGB value is (193,2,61). Sum of RGB (Red+Green+Blue) = 193+2+61=256 (33% of max value = 765). Red value is 193 (75.78% from 255 or 75.39% from 256); Green value is 2 (1.17% from 255 or 0.78% from 256); Blue value is 61 (24.22% from 255 or 23.83% from 256); Max value from RGB is 193 - color contains mainly: red. Hex color #C1023D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C1023D is #3EFDC2. Grayscale: #414141. Windows color (decimal): -4128195 or 3998401. OLE color: 3998401.

HSL color Cylindrical-coordinate representation of color #C1023D: hue angle of 341.47º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C1023D is Cyan = 0, Magento = 0.99, Yellow = 0.68 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 2 61 -
CMYK 0 0.99 0.68 0.24
HSL 341.47º 0.98% 0.38% -
HSV(B) 341.47º 0.99% 0.76% -
XYZ 22.86 11.72 5.47 -
YUV 65.84 125.28 218.7 -
System Red Green Blue C M Y K H S L
Decimal 193 2 61 0 0.99 0.68 0.24 341.47 0.98 0.38
Hex C1 2 3D 0 63 44 18 155 62 26
Octal 301 2 75 0 143 104 30 525 142 46
Binary 11000001 10 111101 0 1100011 1000100 11000 101010101 1100010 100110

Color Harmonies of #C1023D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1023D

Black with #C1023D

Text Example


Text Example

White with #C1023D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1023D; }

 p { color: rgb(193,2,61); }

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

background-color css

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

 a { background-color: rgb(193,2,61); }

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

border-color css

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

 span { border-color: rgb(193,2,61); }

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