Html Css Color HEX #C3073E Cardinal

📋 copy color: '#C3073E'

red 195 ◦ green 7 ◦ blue 62

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

Shades of Cardinal #C3073E

Tints of Cardinal #C3073E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 23.48%

R = 73.86%
G = 2.65%
B = 23.48%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.68

 K value IS 0.24

RGB Variations

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

Color information

#C3073E (or 0xC3073E) is known color: Cardinal. HEX triplet: C3, 07 and 3E. RGB value is (195,7,62). Sum of RGB (Red+Green+Blue) = 195+7+62=264 (34% of max value = 765). Red value is 195 (76.56% from 255 or 73.86% from 264); Green value is 7 (3.12% from 255 or 2.65% from 264); Blue value is 62 (24.61% from 255 or 23.48% from 264); Max value from RGB is 195 - color contains mainly: red. Hex color #C3073E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C3073E is #3CF8C1. Grayscale: #454545. Windows color (decimal): -3995842 or 4065219. OLE color: 4065219.

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

Color convert

RGB 195 7 62 -
CMYK 0 0.96 0.68 0.24
HSL 342.45º 0.93% 0.4% -
HSV(B) 342.45º 0.96% 0.76% -
XYZ 23.45 12.1 5.66 -
YUV 69.48 123.78 217.53 -
System Red Green Blue C M Y K H S L
Decimal 195 7 62 0 0.96 0.68 0.24 342.45 0.93 0.4
Hex C3 7 3E 0 60 44 18 156 5D 28
Octal 303 7 76 0 140 104 30 526 135 50
Binary 11000011 111 111110 0 1100000 1000100 11000 101010110 1011101 101000

Color Harmonies of #C3073E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3073E

Black with #C3073E

Text Example


Text Example

White with #C3073E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3073E; }

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

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

background-color css

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

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

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

border-color css

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

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

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