Html Css Color HEX #C4063D Cardinal

📋 copy color: '#C4063D'

red 196 ◦ green 6 ◦ blue 61

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

Shades of Cardinal #C4063D

Tints of Cardinal #C4063D

RGB

 RED value IS 196 (76.95% from 255) = 74.52%

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

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

R = 74.52%
G = 2.28%
B = 23.19%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.69

 K value IS 0.23

RGB Variations

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

Color information

#C4063D (or 0xC4063D) is known color: Cardinal. HEX triplet: C4, 06 and 3D. RGB value is (196,6,61). Sum of RGB (Red+Green+Blue) = 196+6+61=263 (34% of max value = 765). Red value is 196 (76.95% from 255 or 74.52% from 263); Green value is 6 (2.73% from 255 or 2.28% from 263); Blue value is 61 (24.22% from 255 or 23.19% from 263); Max value from RGB is 196 - color contains mainly: red. Hex color #C4063D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C4063D is #3BF9C2. Grayscale: #454545. Windows color (decimal): -3930563 or 3999428. OLE color: 3999428.

HSL color Cylindrical-coordinate representation of color #C4063D: hue angle of 342.63º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C4063D is Cyan = 0, Magento = 0.97, Yellow = 0.69 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 6 61 -
CMYK 0 0.97 0.69 0.23
HSL 342.63º 0.94% 0.4% -
HSV(B) 342.63º 0.97% 0.77% -
XYZ 23.67 12.2 5.52 -
YUV 69.08 123.45 218.53 -
System Red Green Blue C M Y K H S L
Decimal 196 6 61 0 0.97 0.69 0.23 342.63 0.94 0.4
Hex C4 6 3D 0 61 45 17 157 5E 28
Octal 304 6 75 0 141 105 27 527 136 50
Binary 11000100 110 111101 0 1100001 1000101 10111 101010111 1011110 101000

Color Harmonies of #C4063D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4063D

Black with #C4063D

Text Example


Text Example

White with #C4063D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4063D; }

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

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

background-color css

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

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

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

border-color css

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

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

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