Html Css Color HEX #C32734 Cardinal

📋 copy color: '#C32734'

red 195 ◦ green 39 ◦ blue 52

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

Shades of Cardinal #C32734

Tints of Cardinal #C32734

RGB

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

 GREEN value IS 39 (15.63% from 255) = 13.64%

 BLUE value IS 52 (20.7% from 255) = 18.18%

R = 68.18%
G = 13.64%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.73

 K value IS 0.24

RGB Variations

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

Color information

#C32734 (or 0xC32734) is known color: Cardinal. HEX triplet: C3, 27 and 34. RGB value is (195,39,52). Sum of RGB (Red+Green+Blue) = 195+39+52=286 (37% of max value = 765). Red value is 195 (76.56% from 255 or 68.18% from 286); Green value is 39 (15.62% from 255 or 13.64% from 286); Blue value is 52 (20.70% from 255 or 18.18% from 286); Max value from RGB is 195 - color contains mainly: red. Hex color #C32734 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C32734 is #3CD8CB. Grayscale: #575757. Windows color (decimal): -3987660 or 3418051. OLE color: 3418051.

HSL color Cylindrical-coordinate representation of color #C32734: hue angle of 355º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C32734 is Cyan = 0, Magento = 0.80, Yellow = 0.73 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 39 52 -
CMYK 0 0.80 0.73 0.24
HSL 355º 0.67% 0.46% -
HSV(B) 355º 0.8% 0.76% -
XYZ 23.85 13.3 4.56 -
YUV 87.13 108.18 204.94 -
System Red Green Blue C M Y K H S L
Decimal 195 39 52 0 0.80 0.73 0.24 355 0.67 0.46
Hex C3 27 34 0 50 49 18 163 43 2E
Octal 303 47 64 0 120 111 30 543 103 56
Binary 11000011 100111 110100 0 1010000 1001001 11000 101100011 1000011 101110

Color Harmonies of #C32734

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C32734

Black with #C32734

Text Example


Text Example

White with #C32734

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C32734; }

 p { color: rgb(195,39,52); }

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

background-color css

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

 a { background-color: rgb(195,39,52); }

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

border-color css

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

 span { border-color: rgb(195,39,52); }

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