Html Css Color HEX #C30945 Cardinal

📋 copy color: '#C30945'

red 195 ◦ green 9 ◦ blue 69

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

Shades of Cardinal #C30945

Tints of Cardinal #C30945

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.3%

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

R = 71.43%
G = 3.3%
B = 25.27%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.65

 K value IS 0.24

RGB Variations

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

Color information

#C30945 (or 0xC30945) is known color: Cardinal. HEX triplet: C3, 09 and 45. RGB value is (195,9,69). Sum of RGB (Red+Green+Blue) = 195+9+69=273 (36% of max value = 765). Red value is 195 (76.56% from 255 or 71.43% from 273); Green value is 9 (3.91% from 255 or 3.30% from 273); Blue value is 69 (27.34% from 255 or 25.27% from 273); Max value from RGB is 195 - color contains mainly: red. Hex color #C30945 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C30945 is #3CF6BA. Grayscale: #474747. Windows color (decimal): -3995323 or 4524483. OLE color: 4524483.

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

Color convert

RGB 195 9 69 -
CMYK 0 0.95 0.65 0.24
HSL 340.65º 0.91% 0.4% -
HSV(B) 340.65º 0.95% 0.76% -
XYZ 23.68 12.23 6.74 -
YUV 71.45 126.62 216.12 -
System Red Green Blue C M Y K H S L
Decimal 195 9 69 0 0.95 0.65 0.24 340.65 0.91 0.4
Hex C3 9 45 0 5F 41 18 155 5B 28
Octal 303 11 105 0 137 101 30 525 133 50
Binary 11000011 1001 1000101 0 1011111 1000001 11000 101010101 1011011 101000

Color Harmonies of #C30945

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30945

Black with #C30945

Text Example


Text Example

White with #C30945

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30945; }

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

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

background-color css

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

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

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

border-color css

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

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

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