Html Css Color HEX #C30737 Cardinal

📋 copy color: '#C30737'

red 195 ◦ green 7 ◦ blue 55

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

Shades of Cardinal #C30737

Tints of Cardinal #C30737

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.72%

 BLUE value IS 55 (21.88% from 255) = 21.4%

R = 75.88%
G = 2.72%
B = 21.4%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.72

 K value IS 0.24

RGB Variations

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

Color information

#C30737 (or 0xC30737) is known color: Cardinal. HEX triplet: C3, 07 and 37. RGB value is (195,7,55). Sum of RGB (Red+Green+Blue) = 195+7+55=257 (34% of max value = 765). Red value is 195 (76.56% from 255 or 75.88% from 257); Green value is 7 (3.12% from 255 or 2.72% from 257); Blue value is 55 (21.88% from 255 or 21.40% from 257); Max value from RGB is 195 - color contains mainly: red. Hex color #C30737 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C30737 is #3CF8C8. Grayscale: #444444. Windows color (decimal): -3995849 or 3606467. OLE color: 3606467.

HSL color Cylindrical-coordinate representation of color #C30737: hue angle of 344.68º degrees, saturation: 0.93, 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 #C30737 is Cyan = 0, Magento = 0.96, Yellow = 0.72 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 7 55 -
CMYK 0 0.96 0.72 0.24
HSL 344.68º 0.93% 0.4% -
HSV(B) 344.68º 0.96% 0.76% -
XYZ 23.27 12.03 4.71 -
YUV 68.68 120.28 218.1 -
System Red Green Blue C M Y K H S L
Decimal 195 7 55 0 0.96 0.72 0.24 344.68 0.93 0.4
Hex C3 7 37 0 60 48 18 159 5D 28
Octal 303 7 67 0 140 110 30 531 135 50
Binary 11000011 111 110111 0 1100000 1001000 11000 101011001 1011101 101000

Color Harmonies of #C30737

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30737

Black with #C30737

Text Example


Text Example

White with #C30737

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30737; }

 p { color: rgb(195,7,55); }

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

background-color css

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

 a { background-color: rgb(195,7,55); }

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

border-color css

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

 span { border-color: rgb(195,7,55); }

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