Html Css Color HEX #C30544 Cardinal

📋 copy color: '#C30544'

red 195 ◦ green 5 ◦ blue 68

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

Shades of Cardinal #C30544

Tints of Cardinal #C30544

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.87%

 BLUE value IS 68 (26.95% from 255) = 25.37%

R = 72.76%
G = 1.87%
B = 25.37%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.65

 K value IS 0.24

RGB Variations

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

Color information

#C30544 (or 0xC30544) is known color: Cardinal. HEX triplet: C3, 05 and 44. RGB value is (195,5,68). Sum of RGB (Red+Green+Blue) = 195+5+68=268 (35% of max value = 765). Red value is 195 (76.56% from 255 or 72.76% from 268); Green value is 5 (2.34% from 255 or 1.87% from 268); Blue value is 68 (26.95% from 255 or 25.37% from 268); Max value from RGB is 195 - color contains mainly: red. Hex color #C30544 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C30544 is #3CFABB. Grayscale: #444444. Windows color (decimal): -3996348 or 4457923. OLE color: 4457923.

HSL color Cylindrical-coordinate representation of color #C30544: hue angle of 340.11º degrees, saturation: 0.95, 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 #C30544 is Cyan = 0, Magento = 0.97, Yellow = 0.65 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 5 68 -
CMYK 0 0.97 0.65 0.24
HSL 340.11º 0.95% 0.39% -
HSV(B) 340.11º 0.97% 0.76% -
XYZ 23.6 12.13 6.57 -
YUV 68.99 127.45 217.88 -
System Red Green Blue C M Y K H S L
Decimal 195 5 68 0 0.97 0.65 0.24 340.11 0.95 0.39
Hex C3 5 44 0 61 41 18 154 5F 27
Octal 303 5 104 0 141 101 30 524 137 47
Binary 11000011 101 1000100 0 1100001 1000001 11000 101010100 1011111 100111

Color Harmonies of #C30544

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30544

Black with #C30544

Text Example


Text Example

White with #C30544

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30544; }

 p { color: rgb(195,5,68); }

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

background-color css

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

 a { background-color: rgb(195,5,68); }

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

border-color css

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

 span { border-color: rgb(195,5,68); }

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