Html Css Color HEX #C31645 Cardinal

📋 copy color: '#C31645'

red 195 ◦ green 22 ◦ blue 69

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

Shades of Cardinal #C31645

Tints of Cardinal #C31645

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.69%

 BLUE value IS 69 (27.34% from 255) = 24.13%

R = 68.18%
G = 7.69%
B = 24.13%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.65

 K value IS 0.24

RGB Variations

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

Color information

#C31645 (or 0xC31645) is known color: Cardinal. HEX triplet: C3, 16 and 45. RGB value is (195,22,69). Sum of RGB (Red+Green+Blue) = 195+22+69=286 (37% of max value = 765). Red value is 195 (76.56% from 255 or 68.18% from 286); Green value is 22 (8.98% from 255 or 7.69% from 286); Blue value is 69 (27.34% from 255 or 24.13% from 286); Max value from RGB is 195 - color contains mainly: red. Hex color #C31645 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C31645 is #3CE9BA. Grayscale: #4F4F4F. Windows color (decimal): -3991995 or 4527811. OLE color: 4527811.

HSL color Cylindrical-coordinate representation of color #C31645: hue angle of 343.7º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C31645 is Cyan = 0, Magento = 0.89, Yellow = 0.65 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 22 69 -
CMYK 0 0.89 0.65 0.24
HSL 343.7º 0.8% 0.43% -
HSV(B) 343.7º 0.89% 0.76% -
XYZ 23.87 12.61 6.81 -
YUV 79.09 122.31 210.68 -
System Red Green Blue C M Y K H S L
Decimal 195 22 69 0 0.89 0.65 0.24 343.7 0.8 0.43
Hex C3 16 45 0 59 41 18 158 50 2B
Octal 303 26 105 0 131 101 30 530 120 53
Binary 11000011 10110 1000101 0 1011001 1000001 11000 101011000 1010000 101011

Color Harmonies of #C31645

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31645

Black with #C31645

Text Example


Text Example

White with #C31645

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31645; }

 p { color: rgb(195,22,69); }

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

background-color css

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

 a { background-color: rgb(195,22,69); }

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

border-color css

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

 span { border-color: rgb(195,22,69); }

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