Html Css Color HEX #C32042 Cardinal

📋 copy color: '#C32042'

red 195 ◦ green 32 ◦ blue 66

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

Shades of Cardinal #C32042

Tints of Cardinal #C32042

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.92%

 BLUE value IS 66 (26.17% from 255) = 22.53%

R = 66.55%
G = 10.92%
B = 22.53%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.66

 K value IS 0.24

RGB Variations

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

Color information

#C32042 (or 0xC32042) is known color: Cardinal. HEX triplet: C3, 20 and 42. RGB value is (195,32,66). Sum of RGB (Red+Green+Blue) = 195+32+66=293 (38% of max value = 765). Red value is 195 (76.56% from 255 or 66.55% from 293); Green value is 32 (12.89% from 255 or 10.92% from 293); Blue value is 66 (26.17% from 255 or 22.53% from 293); Max value from RGB is 195 - color contains mainly: red. Hex color #C32042 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C32042 is #3CDFBD. Grayscale: #545454. Windows color (decimal): -3989438 or 4333763. OLE color: 4333763.

HSL color Cylindrical-coordinate representation of color #C32042: hue angle of 347.48º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C32042 is Cyan = 0, Magento = 0.84, Yellow = 0.66 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 32 66 -
CMYK 0 0.84 0.66 0.24
HSL 347.48º 0.72% 0.45% -
HSV(B) 347.48º 0.84% 0.76% -
XYZ 24.01 13.03 6.4 -
YUV 84.61 117.5 206.74 -
System Red Green Blue C M Y K H S L
Decimal 195 32 66 0 0.84 0.66 0.24 347.48 0.72 0.45
Hex C3 20 42 0 54 42 18 15B 48 2D
Octal 303 40 102 0 124 102 30 533 110 55
Binary 11000011 100000 1000010 0 1010100 1000010 11000 101011011 1001000 101101

Color Harmonies of #C32042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C32042

Black with #C32042

Text Example


Text Example

White with #C32042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C32042; }

 p { color: rgb(195,32,66); }

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

background-color css

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

 a { background-color: rgb(195,32,66); }

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

border-color css

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

 span { border-color: rgb(195,32,66); }

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