Html Css Color HEX #C30745 Cardinal

📋 copy color: '#C30745'

red 195 ◦ green 7 ◦ blue 69

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

Shades of Cardinal #C30745

Tints of Cardinal #C30745

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.58%

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

R = 71.96%
G = 2.58%
B = 25.46%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.65

 K value IS 0.24

RGB Variations

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

Color information

#C30745 (or 0xC30745) is known color: Cardinal. HEX triplet: C3, 07 and 45. RGB value is (195,7,69). Sum of RGB (Red+Green+Blue) = 195+7+69=271 (35% of max value = 765). Red value is 195 (76.56% from 255 or 71.96% from 271); Green value is 7 (3.12% from 255 or 2.58% from 271); Blue value is 69 (27.34% from 255 or 25.46% from 271); Max value from RGB is 195 - color contains mainly: red. Hex color #C30745 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C30745 is #3CF8BA. Grayscale: #464646. Windows color (decimal): -3995835 or 4523971. OLE color: 4523971.

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

Color convert

RGB 195 7 69 -
CMYK 0 0.96 0.65 0.24
HSL 340.21º 0.93% 0.4% -
HSV(B) 340.21º 0.96% 0.76% -
XYZ 23.66 12.18 6.74 -
YUV 70.28 127.28 216.96 -
System Red Green Blue C M Y K H S L
Decimal 195 7 69 0 0.96 0.65 0.24 340.21 0.93 0.4
Hex C3 7 45 0 60 41 18 154 5D 28
Octal 303 7 105 0 140 101 30 524 135 50
Binary 11000011 111 1000101 0 1100000 1000001 11000 101010100 1011101 101000

Color Harmonies of #C30745

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30745

Black with #C30745

Text Example


Text Example

White with #C30745

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30745; }

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

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

background-color css

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

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

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

border-color css

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

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

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