Html Css Color HEX #C32333 Cardinal

📋 copy color: '#C32333'

red 195 ◦ green 35 ◦ blue 51

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

Shades of Cardinal #C32333

Tints of Cardinal #C32333

RGB

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

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

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

R = 69.4%
G = 12.46%
B = 18.15%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.74

 K value IS 0.24

RGB Variations

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

Color information

#C32333 (or 0xC32333) is known color: Cardinal. HEX triplet: C3, 23 and 33. RGB value is (195,35,51). Sum of RGB (Red+Green+Blue) = 195+35+51=281 (37% of max value = 765). Red value is 195 (76.56% from 255 or 69.40% from 281); Green value is 35 (14.06% from 255 or 12.46% from 281); Blue value is 51 (20.31% from 255 or 18.15% from 281); Max value from RGB is 195 - color contains mainly: red. Hex color #C32333 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C32333 is #3CDCCC. Grayscale: #545454. Windows color (decimal): -3988685 or 3351491. OLE color: 3351491.

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

Color convert

RGB 195 35 51 -
CMYK 0 0.82 0.74 0.24
HSL 354º 0.7% 0.45% -
HSV(B) 354º 0.82% 0.76% -
XYZ 23.7 13.04 4.4 -
YUV 84.66 109.01 206.7 -
System Red Green Blue C M Y K H S L
Decimal 195 35 51 0 0.82 0.74 0.24 354 0.7 0.45
Hex C3 23 33 0 52 4A 18 162 46 2D
Octal 303 43 63 0 122 112 30 542 106 55
Binary 11000011 100011 110011 0 1010010 1001010 11000 101100010 1000110 101101

Color Harmonies of #C32333

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C32333

Black with #C32333

Text Example


Text Example

White with #C32333

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C32333; }

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

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

background-color css

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

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

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

border-color css

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

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

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