Html Css Color HEX #C30535 Cardinal

📋 copy color: '#C30535'

red 195 ◦ green 5 ◦ blue 53

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

Shades of Cardinal #C30535

Tints of Cardinal #C30535

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 20.95%

R = 77.08%
G = 1.98%
B = 20.95%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.73

 K value IS 0.24

RGB Variations

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

Color information

#C30535 (or 0xC30535) is known color: Cardinal. HEX triplet: C3, 05 and 35. RGB value is (195,5,53). Sum of RGB (Red+Green+Blue) = 195+5+53=253 (33% of max value = 765). Red value is 195 (76.56% from 255 or 77.08% from 253); Green value is 5 (2.34% from 255 or 1.98% from 253); Blue value is 53 (21.09% from 255 or 20.95% from 253); Max value from RGB is 195 - color contains mainly: red. Hex color #C30535 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C30535 is #3CFACA. Grayscale: #434343. Windows color (decimal): -3996363 or 3474883. OLE color: 3474883.

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

Color convert

RGB 195 5 53 -
CMYK 0 0.97 0.73 0.24
HSL 344.84º 0.95% 0.39% -
HSV(B) 344.84º 0.97% 0.76% -
XYZ 23.2 11.97 4.46 -
YUV 67.28 119.95 219.1 -
System Red Green Blue C M Y K H S L
Decimal 195 5 53 0 0.97 0.73 0.24 344.84 0.95 0.39
Hex C3 5 35 0 61 49 18 159 5F 27
Octal 303 5 65 0 141 111 30 531 137 47
Binary 11000011 101 110101 0 1100001 1001001 11000 101011001 1011111 100111

Color Harmonies of #C30535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30535

Black with #C30535

Text Example


Text Example

White with #C30535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30535; }

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

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

background-color css

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

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

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

border-color css

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

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

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