Html Css Color HEX #C30537 Cardinal

📋 copy color: '#C30537'

red 195 ◦ green 5 ◦ blue 55

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

Shades of Cardinal #C30537

Tints of Cardinal #C30537

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 21.57%

R = 76.47%
G = 1.96%
B = 21.57%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.72

 K value IS 0.24

RGB Variations

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

Color information

#C30537 (or 0xC30537) is known color: Cardinal. HEX triplet: C3, 05 and 37. RGB value is (195,5,55). Sum of RGB (Red+Green+Blue) = 195+5+55=255 (33% of max value = 765). Red value is 195 (76.56% from 255 or 76.47% from 255); Green value is 5 (2.34% from 255 or 1.96% from 255); Blue value is 55 (21.88% from 255 or 21.57% from 255); Max value from RGB is 195 - color contains mainly: red. Hex color #C30537 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C30537 is #3CFAC8. Grayscale: #434343. Windows color (decimal): -3996361 or 3605955. OLE color: 3605955.

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

Color convert

RGB 195 5 55 -
CMYK 0 0.97 0.72 0.24
HSL 344.21º 0.95% 0.39% -
HSV(B) 344.21º 0.97% 0.76% -
XYZ 23.25 11.99 4.7 -
YUV 67.51 120.95 218.93 -
System Red Green Blue C M Y K H S L
Decimal 195 5 55 0 0.97 0.72 0.24 344.21 0.95 0.39
Hex C3 5 37 0 61 48 18 158 5F 27
Octal 303 5 67 0 141 110 30 530 137 47
Binary 11000011 101 110111 0 1100001 1001000 11000 101011000 1011111 100111

Color Harmonies of #C30537

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30537

Black with #C30537

Text Example


Text Example

White with #C30537

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30537; }

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

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

background-color css

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

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

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

border-color css

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

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

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