Html Css Color HEX #C32733 Cardinal

📋 copy color: '#C32733'

red 195 ◦ green 39 ◦ blue 51

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

Shades of Cardinal #C32733

Tints of Cardinal #C32733

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 17.89%

R = 68.42%
G = 13.68%
B = 17.89%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.74

 K value IS 0.24

RGB Variations

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

Color information

#C32733 (or 0xC32733) is known color: Cardinal. HEX triplet: C3, 27 and 33. RGB value is (195,39,51). Sum of RGB (Red+Green+Blue) = 195+39+51=285 (37% of max value = 765). Red value is 195 (76.56% from 255 or 68.42% from 285); Green value is 39 (15.62% from 255 or 13.68% from 285); Blue value is 51 (20.31% from 255 or 17.89% from 285); Max value from RGB is 195 - color contains mainly: red. Hex color #C32733 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C32733 is #3CD8CC. Grayscale: #575757. Windows color (decimal): -3987661 or 3352515. OLE color: 3352515.

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

Color convert

RGB 195 39 51 -
CMYK 0 0.80 0.74 0.24
HSL 355.38º 0.67% 0.46% -
HSV(B) 355.38º 0.8% 0.76% -
XYZ 23.83 13.29 4.44 -
YUV 87.01 107.68 205.02 -
System Red Green Blue C M Y K H S L
Decimal 195 39 51 0 0.80 0.74 0.24 355.38 0.67 0.46
Hex C3 27 33 0 50 4A 18 163 43 2E
Octal 303 47 63 0 120 112 30 543 103 56
Binary 11000011 100111 110011 0 1010000 1001010 11000 101100011 1000011 101110

Color Harmonies of #C32733

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C32733

Black with #C32733

Text Example


Text Example

White with #C32733

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C32733; }

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

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

background-color css

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

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

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

border-color css

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

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

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