Html Css Color HEX #C32738 Cardinal

📋 copy color: '#C32738'

red 195 ◦ green 39 ◦ blue 56

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

Shades of Cardinal #C32738

Tints of Cardinal #C32738

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 19.31%

R = 67.24%
G = 13.45%
B = 19.31%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.71

 K value IS 0.24

RGB Variations

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

Color information

#C32738 (or 0xC32738) is known color: Cardinal. HEX triplet: C3, 27 and 38. RGB value is (195,39,56). Sum of RGB (Red+Green+Blue) = 195+39+56=290 (38% of max value = 765). Red value is 195 (76.56% from 255 or 67.24% from 290); Green value is 39 (15.62% from 255 or 13.45% from 290); Blue value is 56 (22.27% from 255 or 19.31% from 290); Max value from RGB is 195 - color contains mainly: red. Hex color #C32738 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C32738 is #3CD8C7. Grayscale: #575757. Windows color (decimal): -3987656 or 3680195. OLE color: 3680195.

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

Color convert

RGB 195 39 56 -
CMYK 0 0.80 0.71 0.24
HSL 353.46º 0.67% 0.46% -
HSV(B) 353.46º 0.8% 0.76% -
XYZ 23.95 13.34 5.05 -
YUV 87.58 110.18 204.62 -
System Red Green Blue C M Y K H S L
Decimal 195 39 56 0 0.80 0.71 0.24 353.46 0.67 0.46
Hex C3 27 38 0 50 47 18 161 43 2E
Octal 303 47 70 0 120 107 30 541 103 56
Binary 11000011 100111 111000 0 1010000 1000111 11000 101100001 1000011 101110

Color Harmonies of #C32738

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C32738

Black with #C32738

Text Example


Text Example

White with #C32738

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C32738; }

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

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

background-color css

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

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

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

border-color css

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

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

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