Html Css Color HEX #C30935 Cardinal

📋 copy color: '#C30935'

red 195 ◦ green 9 ◦ blue 53

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

Shades of Cardinal #C30935

Tints of Cardinal #C30935

RGB

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

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

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

R = 75.88%
G = 3.5%
B = 20.62%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.73

 K value IS 0.24

RGB Variations

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

Color information

#C30935 (or 0xC30935) is known color: Cardinal. HEX triplet: C3, 09 and 35. RGB value is (195,9,53). Sum of RGB (Red+Green+Blue) = 195+9+53=257 (34% of max value = 765). Red value is 195 (76.56% from 255 or 75.88% from 257); Green value is 9 (3.91% from 255 or 3.50% from 257); Blue value is 53 (21.09% from 255 or 20.62% from 257); Max value from RGB is 195 - color contains mainly: red. Hex color #C30935 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C30935 is #3CF6CA. Grayscale: #454545. Windows color (decimal): -3995339 or 3475907. OLE color: 3475907.

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

Color convert

RGB 195 9 53 -
CMYK 0 0.95 0.73 0.24
HSL 345.81º 0.91% 0.4% -
HSV(B) 345.81º 0.95% 0.76% -
XYZ 23.25 12.05 4.47 -
YUV 69.63 118.62 217.42 -
System Red Green Blue C M Y K H S L
Decimal 195 9 53 0 0.95 0.73 0.24 345.81 0.91 0.4
Hex C3 9 35 0 5F 49 18 15A 5B 28
Octal 303 11 65 0 137 111 30 532 133 50
Binary 11000011 1001 110101 0 1011111 1001001 11000 101011010 1011011 101000

Color Harmonies of #C30935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30935

Black with #C30935

Text Example


Text Example

White with #C30935

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30935; }

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

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

background-color css

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

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

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

border-color css

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

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

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