Html Css Color HEX #C30941 Cardinal

📋 copy color: '#C30941'

red 195 ◦ green 9 ◦ blue 65

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

Shades of Cardinal #C30941

Tints of Cardinal #C30941

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 24.16%

R = 72.49%
G = 3.35%
B = 24.16%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.67

 K value IS 0.24

RGB Variations

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

Color information

#C30941 (or 0xC30941) is known color: Cardinal. HEX triplet: C3, 09 and 41. RGB value is (195,9,65). Sum of RGB (Red+Green+Blue) = 195+9+65=269 (35% of max value = 765). Red value is 195 (76.56% from 255 or 72.49% from 269); Green value is 9 (3.91% from 255 or 3.35% from 269); Blue value is 65 (25.78% from 255 or 24.16% from 269); Max value from RGB is 195 - color contains mainly: red. Hex color #C30941 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C30941 is #3CF6BE. Grayscale: #464646. Windows color (decimal): -3995327 or 4262339. OLE color: 4262339.

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

Color convert

RGB 195 9 65 -
CMYK 0 0.95 0.67 0.24
HSL 341.94º 0.91% 0.4% -
HSV(B) 341.94º 0.95% 0.76% -
XYZ 23.56 12.18 6.11 -
YUV 71 124.62 216.45 -
System Red Green Blue C M Y K H S L
Decimal 195 9 65 0 0.95 0.67 0.24 341.94 0.91 0.4
Hex C3 9 41 0 5F 43 18 156 5B 28
Octal 303 11 101 0 137 103 30 526 133 50
Binary 11000011 1001 1000001 0 1011111 1000011 11000 101010110 1011011 101000

Color Harmonies of #C30941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30941

Black with #C30941

Text Example


Text Example

White with #C30941

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30941; }

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

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

background-color css

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

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

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

border-color css

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

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

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