Html Css Color HEX #C32038 Cardinal

📋 copy color: '#C32038'

red 195 ◦ green 32 ◦ blue 56

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

Shades of Cardinal #C32038

Tints of Cardinal #C32038

RGB

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

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

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

R = 68.9%
G = 11.31%
B = 19.79%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.71

 K value IS 0.24

RGB Variations

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

Color information

#C32038 (or 0xC32038) is known color: Cardinal. HEX triplet: C3, 20 and 38. RGB value is (195,32,56). Sum of RGB (Red+Green+Blue) = 195+32+56=283 (37% of max value = 765). Red value is 195 (76.56% from 255 or 68.90% from 283); Green value is 32 (12.89% from 255 or 11.31% from 283); Blue value is 56 (22.27% from 255 or 19.79% from 283); Max value from RGB is 195 - color contains mainly: red. Hex color #C32038 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C32038 is #3CDFC7. Grayscale: #535353. Windows color (decimal): -3989448 or 3678403. OLE color: 3678403.

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

Color convert

RGB 195 32 56 -
CMYK 0 0.84 0.71 0.24
HSL 351.17º 0.72% 0.45% -
HSV(B) 351.17º 0.84% 0.76% -
XYZ 23.74 12.92 4.98 -
YUV 83.47 112.5 207.55 -
System Red Green Blue C M Y K H S L
Decimal 195 32 56 0 0.84 0.71 0.24 351.17 0.72 0.45
Hex C3 20 38 0 54 47 18 15F 48 2D
Octal 303 40 70 0 124 107 30 537 110 55
Binary 11000011 100000 111000 0 1010100 1000111 11000 101011111 1001000 101101

Color Harmonies of #C32038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C32038

Black with #C32038

Text Example


Text Example

White with #C32038

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C32038; }

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

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

background-color css

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

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

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

border-color css

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

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

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