Html Css Color HEX #C30939 Cardinal

📋 copy color: '#C30939'

red 195 ◦ green 9 ◦ blue 57

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

Shades of Cardinal #C30939

Tints of Cardinal #C30939

RGB

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

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

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

R = 74.71%
G = 3.45%
B = 21.84%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.71

 K value IS 0.24

RGB Variations

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

Color information

#C30939 (or 0xC30939) is known color: Cardinal. HEX triplet: C3, 09 and 39. RGB value is (195,9,57). Sum of RGB (Red+Green+Blue) = 195+9+57=261 (34% of max value = 765). Red value is 195 (76.56% from 255 or 74.71% from 261); Green value is 9 (3.91% from 255 or 3.45% from 261); Blue value is 57 (22.66% from 255 or 21.84% from 261); Max value from RGB is 195 - color contains mainly: red. Hex color #C30939 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C30939 is #3CF6C6. Grayscale: #464646. Windows color (decimal): -3995335 or 3738051. OLE color: 3738051.

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

Color convert

RGB 195 9 57 -
CMYK 0 0.95 0.71 0.24
HSL 344.52º 0.91% 0.4% -
HSV(B) 344.52º 0.95% 0.76% -
XYZ 23.34 12.09 4.97 -
YUV 70.09 120.62 217.1 -
System Red Green Blue C M Y K H S L
Decimal 195 9 57 0 0.95 0.71 0.24 344.52 0.91 0.4
Hex C3 9 39 0 5F 47 18 159 5B 28
Octal 303 11 71 0 137 107 30 531 133 50
Binary 11000011 1001 111001 0 1011111 1000111 11000 101011001 1011011 101000

Color Harmonies of #C30939

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30939

Black with #C30939

Text Example


Text Example

White with #C30939

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30939; }

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

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

background-color css

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

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

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

border-color css

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

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

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