Html Css Color HEX #C3063E Cardinal

📋 copy color: '#C3063E'

red 195 ◦ green 6 ◦ blue 62

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

Shades of Cardinal #C3063E

Tints of Cardinal #C3063E

RGB

 RED value IS 195 (76.56% from 255) = 74.14%

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

 BLUE value IS 62 (24.61% from 255) = 23.57%

R = 74.14%
G = 2.28%
B = 23.57%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.68

 K value IS 0.24

RGB Variations

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

Color information

#C3063E (or 0xC3063E) is known color: Cardinal. HEX triplet: C3, 06 and 3E. RGB value is (195,6,62). Sum of RGB (Red+Green+Blue) = 195+6+62=263 (34% of max value = 765). Red value is 195 (76.56% from 255 or 74.14% from 263); Green value is 6 (2.73% from 255 or 2.28% from 263); Blue value is 62 (24.61% from 255 or 23.57% from 263); Max value from RGB is 195 - color contains mainly: red. Hex color #C3063E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C3063E is #3CF9C1. Grayscale: #444444. Windows color (decimal): -3996098 or 4064963. OLE color: 4064963.

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

Color convert

RGB 195 6 62 -
CMYK 0 0.97 0.68 0.24
HSL 342.22º 0.94% 0.39% -
HSV(B) 342.22º 0.97% 0.76% -
XYZ 23.44 12.08 5.65 -
YUV 68.9 124.12 217.95 -
System Red Green Blue C M Y K H S L
Decimal 195 6 62 0 0.97 0.68 0.24 342.22 0.94 0.39
Hex C3 6 3E 0 61 44 18 156 5E 27
Octal 303 6 76 0 141 104 30 526 136 47
Binary 11000011 110 111110 0 1100001 1000100 11000 101010110 1011110 100111

Color Harmonies of #C3063E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3063E

Black with #C3063E

Text Example


Text Example

White with #C3063E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3063E; }

 p { color: rgb(195,6,62); }

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

background-color css

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

 a { background-color: rgb(195,6,62); }

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

border-color css

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

 span { border-color: rgb(195,6,62); }

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