Html Css Color HEX #C0063D Cardinal

📋 copy color: '#C0063D'

red 192 ◦ green 6 ◦ blue 61

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

Shades of Cardinal #C0063D

Tints of Cardinal #C0063D

RGB

 RED value IS 192 (75.39% from 255) = 74.13%

 GREEN value IS 6 (2.73% from 255) = 2.32%

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

R = 74.13%
G = 2.32%
B = 23.55%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.68

 K value IS 0.25

RGB Variations

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

Color information

#C0063D (or 0xC0063D) is known color: Cardinal. HEX triplet: C0, 06 and 3D. RGB value is (192,6,61). Sum of RGB (Red+Green+Blue) = 192+6+61=259 (34% of max value = 765). Red value is 192 (75.39% from 255 or 74.13% from 259); Green value is 6 (2.73% from 255 or 2.32% from 259); Blue value is 61 (24.22% from 255 or 23.55% from 259); Max value from RGB is 192 - color contains mainly: red. Hex color #C0063D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C0063D is #3FF9C2. Grayscale: #434343. Windows color (decimal): -4192707 or 3999424. OLE color: 3999424.

HSL color Cylindrical-coordinate representation of color #C0063D: hue angle of 342.26º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C0063D is Cyan = 0, Magento = 0.97, Yellow = 0.68 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 6 61 -
CMYK 0 0.97 0.68 0.25
HSL 342.26º 0.94% 0.39% -
HSV(B) 342.26º 0.97% 0.75% -
XYZ 22.65 11.67 5.47 -
YUV 67.88 124.12 216.53 -
System Red Green Blue C M Y K H S L
Decimal 192 6 61 0 0.97 0.68 0.25 342.26 0.94 0.39
Hex C0 6 3D 0 61 44 19 156 5E 27
Octal 300 6 75 0 141 104 31 526 136 47
Binary 11000000 110 111101 0 1100001 1000100 11001 101010110 1011110 100111

Color Harmonies of #C0063D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0063D

Black with #C0063D

Text Example


Text Example

White with #C0063D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0063D; }

 p { color: rgb(192,6,61); }

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

background-color css

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

 a { background-color: rgb(192,6,61); }

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

border-color css

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

 span { border-color: rgb(192,6,61); }

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