Html Css Color HEX #C32334 Cardinal

📋 copy color: '#C32334'

red 195 ◦ green 35 ◦ blue 52

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

Shades of Cardinal #C32334

Tints of Cardinal #C32334

RGB

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

 GREEN value IS 35 (14.06% from 255) = 12.41%

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

R = 69.15%
G = 12.41%
B = 18.44%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.73

 K value IS 0.24

RGB Variations

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

Color information

#C32334 (or 0xC32334) is known color: Cardinal. HEX triplet: C3, 23 and 34. RGB value is (195,35,52). Sum of RGB (Red+Green+Blue) = 195+35+52=282 (37% of max value = 765). Red value is 195 (76.56% from 255 or 69.15% from 282); Green value is 35 (14.06% from 255 or 12.41% from 282); Blue value is 52 (20.70% from 255 or 18.44% from 282); Max value from RGB is 195 - color contains mainly: red. Hex color #C32334 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C32334 is #3CDCCB. Grayscale: #545454. Windows color (decimal): -3988684 or 3417027. OLE color: 3417027.

HSL color Cylindrical-coordinate representation of color #C32334: hue angle of 353.62º degrees, saturation: 0.7, 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 #C32334 is Cyan = 0, Magento = 0.82, Yellow = 0.73 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 35 52 -
CMYK 0 0.82 0.73 0.24
HSL 353.63º 0.7% 0.45% -
HSV(B) 353.63º 0.82% 0.76% -
XYZ 23.73 13.05 4.52 -
YUV 84.78 109.51 206.62 -
System Red Green Blue C M Y K H S L
Decimal 195 35 52 0 0.82 0.73 0.24 353.63 0.7 0.45
Hex C3 23 34 0 52 49 18 162 46 2D
Octal 303 43 64 0 122 111 30 542 106 55
Binary 11000011 100011 110100 0 1010010 1001001 11000 101100010 1000110 101101

Color Harmonies of #C32334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C32334

Black with #C32334

Text Example


Text Example

White with #C32334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C32334; }

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

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

background-color css

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

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

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

border-color css

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

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

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