Html Css Color HEX #C3043D Cardinal

📋 copy color: '#C3043D'

red 195 ◦ green 4 ◦ blue 61

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

Shades of Cardinal #C3043D

Tints of Cardinal #C3043D

RGB

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

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

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

R = 75%
G = 1.54%
B = 23.46%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.69

 K value IS 0.24

RGB Variations

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

Color information

#C3043D (or 0xC3043D) is known color: Cardinal. HEX triplet: C3, 04 and 3D. RGB value is (195,4,61). Sum of RGB (Red+Green+Blue) = 195+4+61=260 (34% of max value = 765). Red value is 195 (76.56% from 255 or 75% from 260); Green value is 4 (1.95% from 255 or 1.54% from 260); Blue value is 61 (24.22% from 255 or 23.46% from 260); Max value from RGB is 195 - color contains mainly: red. Hex color #C3043D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C3043D is #3CFBC2. Grayscale: #434343. Windows color (decimal): -3996611 or 3998915. OLE color: 3998915.

HSL color Cylindrical-coordinate representation of color #C3043D: hue angle of 342.09º 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 #C3043D is Cyan = 0, Magento = 0.98, Yellow = 0.69 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 4 61 -
CMYK 0 0.98 0.69 0.24
HSL 342.09º 0.96% 0.39% -
HSV(B) 342.09º 0.98% 0.76% -
XYZ 23.39 12.03 5.5 -
YUV 67.61 124.28 218.87 -
System Red Green Blue C M Y K H S L
Decimal 195 4 61 0 0.98 0.69 0.24 342.09 0.96 0.39
Hex C3 4 3D 0 62 45 18 156 60 27
Octal 303 4 75 0 142 105 30 526 140 47
Binary 11000011 100 111101 0 1100010 1000101 11000 101010110 1100000 100111

Color Harmonies of #C3043D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3043D

Black with #C3043D

Text Example


Text Example

White with #C3043D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3043D; }

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

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

background-color css

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

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

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

border-color css

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

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

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