Html Css Color HEX #C30145 Cardinal

📋 copy color: '#C30145'

red 195 ◦ green 1 ◦ blue 69

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

Shades of Cardinal #C30145

Tints of Cardinal #C30145

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.38%

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

R = 73.58%
G = 0.38%
B = 26.04%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.65

 K value IS 0.24

RGB Variations

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

Color information

#C30145 (or 0xC30145) is known color: Cardinal. HEX triplet: C3, 01 and 45. RGB value is (195,1,69). Sum of RGB (Red+Green+Blue) = 195+1+69=265 (35% of max value = 765). Red value is 195 (76.56% from 255 or 73.58% from 265); Green value is 1 (0.78% from 255 or 0.38% from 265); Blue value is 69 (27.34% from 255 or 26.04% from 265); Max value from RGB is 195 - color contains mainly: red. Hex color #C30145 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C30145 is #3CFEBA. Grayscale: #424242. Windows color (decimal): -3997371 or 4522435. OLE color: 4522435.

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

Color convert

RGB 195 1 69 -
CMYK 0 0.99 0.65 0.24
HSL 338.97º 0.99% 0.38% -
HSV(B) 338.97º 0.99% 0.76% -
XYZ 23.59 12.05 6.71 -
YUV 66.76 129.27 219.47 -
System Red Green Blue C M Y K H S L
Decimal 195 1 69 0 0.99 0.65 0.24 338.97 0.99 0.38
Hex C3 1 45 0 63 41 18 153 63 26
Octal 303 1 105 0 143 101 30 523 143 46
Binary 11000011 1 1000101 0 1100011 1000001 11000 101010011 1100011 100110

Color Harmonies of #C30145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30145

Black with #C30145

Text Example


Text Example

White with #C30145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30145; }

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

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

background-color css

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

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

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

border-color css

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

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

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