Html Css Color HEX #C31233 Cardinal

📋 copy color: '#C31233'

red 195 ◦ green 18 ◦ blue 51

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

Shades of Cardinal #C31233

Tints of Cardinal #C31233

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.82%

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

R = 73.86%
G = 6.82%
B = 19.32%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.74

 K value IS 0.24

RGB Variations

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

Color information

#C31233 (or 0xC31233) is known color: Cardinal. HEX triplet: C3, 12 and 33. RGB value is (195,18,51). Sum of RGB (Red+Green+Blue) = 195+18+51=264 (34% of max value = 765). Red value is 195 (76.56% from 255 or 73.86% from 264); Green value is 18 (7.42% from 255 or 6.82% from 264); Blue value is 51 (20.31% from 255 or 19.32% from 264); Max value from RGB is 195 - color contains mainly: red. Hex color #C31233 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C31233 is #3CEDCC. Grayscale: #4A4A4A. Windows color (decimal): -3993037 or 3347139. OLE color: 3347139.

HSL color Cylindrical-coordinate representation of color #C31233: hue angle of 348.81º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C31233 is Cyan = 0, Magento = 0.91, Yellow = 0.74 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 18 51 -
CMYK 0 0.91 0.74 0.24
HSL 348.81º 0.83% 0.42% -
HSV(B) 348.81º 0.91% 0.76% -
XYZ 23.32 12.27 4.27 -
YUV 74.69 114.64 213.82 -
System Red Green Blue C M Y K H S L
Decimal 195 18 51 0 0.91 0.74 0.24 348.81 0.83 0.42
Hex C3 12 33 0 5B 4A 18 15D 53 2A
Octal 303 22 63 0 133 112 30 535 123 52
Binary 11000011 10010 110011 0 1011011 1001010 11000 101011101 1010011 101010

Color Harmonies of #C31233

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31233

Black with #C31233

Text Example


Text Example

White with #C31233

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31233; }

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

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

background-color css

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

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

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

border-color css

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

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

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