Html Css Color HEX #C30839 Cardinal

📋 copy color: '#C30839'

red 195 ◦ green 8 ◦ blue 57

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

Shades of Cardinal #C30839

Tints of Cardinal #C30839

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.08%

 BLUE value IS 57 (22.66% from 255) = 21.92%

R = 75%
G = 3.08%
B = 21.92%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.71

 K value IS 0.24

RGB Variations

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

Color information

#C30839 (or 0xC30839) is known color: Cardinal. HEX triplet: C3, 08 and 39. RGB value is (195,8,57). Sum of RGB (Red+Green+Blue) = 195+8+57=260 (34% of max value = 765). Red value is 195 (76.56% from 255 or 75% from 260); Green value is 8 (3.52% from 255 or 3.08% from 260); Blue value is 57 (22.66% from 255 or 21.92% from 260); Max value from RGB is 195 - color contains mainly: red. Hex color #C30839 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C30839 is #3CF7C6. Grayscale: #454545. Windows color (decimal): -3995591 or 3737795. OLE color: 3737795.

HSL color Cylindrical-coordinate representation of color #C30839: hue angle of 344.28º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C30839 is Cyan = 0, Magento = 0.96, Yellow = 0.71 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 8 57 -
CMYK 0 0.96 0.71 0.24
HSL 344.28º 0.92% 0.4% -
HSV(B) 344.28º 0.96% 0.76% -
XYZ 23.33 12.07 4.97 -
YUV 69.5 120.95 217.52 -
System Red Green Blue C M Y K H S L
Decimal 195 8 57 0 0.96 0.71 0.24 344.28 0.92 0.4
Hex C3 8 39 0 60 47 18 158 5C 28
Octal 303 10 71 0 140 107 30 530 134 50
Binary 11000011 1000 111001 0 1100000 1000111 11000 101011000 1011100 101000

Color Harmonies of #C30839

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30839

Black with #C30839

Text Example


Text Example

White with #C30839

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30839; }

 p { color: rgb(195,8,57); }

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

background-color css

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

 a { background-color: rgb(195,8,57); }

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

border-color css

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

 span { border-color: rgb(195,8,57); }

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