Html Css Color HEX #C32835 Cardinal

📋 copy color: '#C32835'

red 195 ◦ green 40 ◦ blue 53

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

Shades of Cardinal #C32835

Tints of Cardinal #C32835

RGB

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

 GREEN value IS 40 (16.02% from 255) = 13.89%

 BLUE value IS 53 (21.09% from 255) = 18.4%

R = 67.71%
G = 13.89%
B = 18.4%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.73

 K value IS 0.24

RGB Variations

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

Color information

#C32835 (or 0xC32835) is known color: Cardinal. HEX triplet: C3, 28 and 35. RGB value is (195,40,53). Sum of RGB (Red+Green+Blue) = 195+40+53=288 (38% of max value = 765). Red value is 195 (76.56% from 255 or 67.71% from 288); Green value is 40 (16.02% from 255 or 13.89% from 288); Blue value is 53 (21.09% from 255 or 18.40% from 288); Max value from RGB is 195 - color contains mainly: red. Hex color #C32835 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C32835 is #3CD7CA. Grayscale: #575757. Windows color (decimal): -3987403 or 3483843. OLE color: 3483843.

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

Color convert

RGB 195 40 53 -
CMYK 0 0.79 0.73 0.24
HSL 354.97º 0.66% 0.46% -
HSV(B) 354.97º 0.79% 0.76% -
XYZ 23.91 13.38 4.69 -
YUV 87.83 108.35 204.44 -
System Red Green Blue C M Y K H S L
Decimal 195 40 53 0 0.79 0.73 0.24 354.97 0.66 0.46
Hex C3 28 35 0 4F 49 18 163 42 2E
Octal 303 50 65 0 117 111 30 543 102 56
Binary 11000011 101000 110101 0 1001111 1001001 11000 101100011 1000010 101110

Color Harmonies of #C32835

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C32835

Black with #C32835

Text Example


Text Example

White with #C32835

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C32835; }

 p { color: rgb(195,40,53); }

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

background-color css

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

 a { background-color: rgb(195,40,53); }

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

border-color css

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

 span { border-color: rgb(195,40,53); }

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