Html Css Color HEX #C32438 Cardinal

📋 copy color: '#C32438'

red 195 ◦ green 36 ◦ blue 56

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

Shades of Cardinal #C32438

Tints of Cardinal #C32438

RGB

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

 GREEN value IS 36 (14.45% from 255) = 12.54%

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

R = 67.94%
G = 12.54%
B = 19.51%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.71

 K value IS 0.24

RGB Variations

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

Color information

#C32438 (or 0xC32438) is known color: Cardinal. HEX triplet: C3, 24 and 38. RGB value is (195,36,56). Sum of RGB (Red+Green+Blue) = 195+36+56=287 (38% of max value = 765). Red value is 195 (76.56% from 255 or 67.94% from 287); Green value is 36 (14.45% from 255 or 12.54% from 287); Blue value is 56 (22.27% from 255 or 19.51% from 287); Max value from RGB is 195 - color contains mainly: red. Hex color #C32438 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C32438 is #3CDBC7. Grayscale: #555555. Windows color (decimal): -3988424 or 3679427. OLE color: 3679427.

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

Color convert

RGB 195 36 56 -
CMYK 0 0.82 0.71 0.24
HSL 352.45º 0.69% 0.45% -
HSV(B) 352.45º 0.82% 0.76% -
XYZ 23.85 13.15 5.02 -
YUV 85.82 111.18 205.87 -
System Red Green Blue C M Y K H S L
Decimal 195 36 56 0 0.82 0.71 0.24 352.45 0.69 0.45
Hex C3 24 38 0 52 47 18 160 45 2D
Octal 303 44 70 0 122 107 30 540 105 55
Binary 11000011 100100 111000 0 1010010 1000111 11000 101100000 1000101 101101

Color Harmonies of #C32438

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C32438

Black with #C32438

Text Example


Text Example

White with #C32438

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C32438; }

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

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

background-color css

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

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

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

border-color css

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

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

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