Html Css Color HEX #C30640 Cardinal

📋 copy color: '#C30640'

red 195 ◦ green 6 ◦ blue 64

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

Shades of Cardinal #C30640

Tints of Cardinal #C30640

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.26%

 BLUE value IS 64 (25.39% from 255) = 24.15%

R = 73.58%
G = 2.26%
B = 24.15%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.67

 K value IS 0.24

RGB Variations

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

Color information

#C30640 (or 0xC30640) is known color: Cardinal. HEX triplet: C3, 06 and 40. RGB value is (195,6,64). Sum of RGB (Red+Green+Blue) = 195+6+64=265 (35% of max value = 765). Red value is 195 (76.56% from 255 or 73.58% from 265); Green value is 6 (2.73% from 255 or 2.26% from 265); Blue value is 64 (25.39% from 255 or 24.15% from 265); Max value from RGB is 195 - color contains mainly: red. Hex color #C30640 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C30640 is #3CF9BF. Grayscale: #454545. Windows color (decimal): -3996096 or 4196035. OLE color: 4196035.

HSL color Cylindrical-coordinate representation of color #C30640: hue angle of 341.59º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C30640 is Cyan = 0, Magento = 0.97, Yellow = 0.67 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 6 64 -
CMYK 0 0.97 0.67 0.24
HSL 341.59º 0.94% 0.39% -
HSV(B) 341.59º 0.97% 0.76% -
XYZ 23.5 12.1 5.95 -
YUV 69.12 125.12 217.78 -
System Red Green Blue C M Y K H S L
Decimal 195 6 64 0 0.97 0.67 0.24 341.59 0.94 0.39
Hex C3 6 40 0 61 43 18 156 5E 27
Octal 303 6 100 0 141 103 30 526 136 47
Binary 11000011 110 1000000 0 1100001 1000011 11000 101010110 1011110 100111

Color Harmonies of #C30640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30640

Black with #C30640

Text Example


Text Example

White with #C30640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30640; }

 p { color: rgb(195,6,64); }

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

background-color css

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

 a { background-color: rgb(195,6,64); }

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

border-color css

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

 span { border-color: rgb(195,6,64); }

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