Html Css Color HEX #C3043E Cardinal

📋 copy color: '#C3043E'

red 195 ◦ green 4 ◦ blue 62

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

Shades of Cardinal #C3043E

Tints of Cardinal #C3043E

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.53%

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

R = 74.71%
G = 1.53%
B = 23.75%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.68

 K value IS 0.24

RGB Variations

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

Color information

#C3043E (or 0xC3043E) is known color: Cardinal. HEX triplet: C3, 04 and 3E. RGB value is (195,4,62). Sum of RGB (Red+Green+Blue) = 195+4+62=261 (34% of max value = 765). Red value is 195 (76.56% from 255 or 74.71% from 261); Green value is 4 (1.95% from 255 or 1.53% from 261); Blue value is 62 (24.61% from 255 or 23.75% from 261); Max value from RGB is 195 - color contains mainly: red. Hex color #C3043E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C3043E is #3CFBC1. Grayscale: #434343. Windows color (decimal): -3996610 or 4064451. OLE color: 4064451.

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

Color convert

RGB 195 4 62 -
CMYK 0 0.98 0.68 0.24
HSL 341.78º 0.96% 0.39% -
HSV(B) 341.78º 0.98% 0.76% -
XYZ 23.42 12.04 5.65 -
YUV 67.72 124.78 218.78 -
System Red Green Blue C M Y K H S L
Decimal 195 4 62 0 0.98 0.68 0.24 341.78 0.96 0.39
Hex C3 4 3E 0 62 44 18 156 60 27
Octal 303 4 76 0 142 104 30 526 140 47
Binary 11000011 100 111110 0 1100010 1000100 11000 101010110 1100000 100111

Color Harmonies of #C3043E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3043E

Black with #C3043E

Text Example


Text Example

White with #C3043E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3043E; }

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

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

background-color css

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

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

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

border-color css

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

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

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