Html Css Color HEX #C3074D Cardinal

📋 copy color: '#C3074D'

red 195 ◦ green 7 ◦ blue 77

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

Shades of Cardinal #C3074D

Tints of Cardinal #C3074D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 27.6%

R = 69.89%
G = 2.51%
B = 27.6%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.61

 K value IS 0.24

RGB Variations

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

Color information

#C3074D (or 0xC3074D) is known color: Cardinal. HEX triplet: C3, 07 and 4D. RGB value is (195,7,77). Sum of RGB (Red+Green+Blue) = 195+7+77=279 (36% of max value = 765). Red value is 195 (76.56% from 255 or 69.89% from 279); Green value is 7 (3.12% from 255 or 2.51% from 279); Blue value is 77 (30.47% from 255 or 27.60% from 279); Max value from RGB is 195 - color contains mainly: red. Hex color #C3074D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C3074D is #3CF8B2. Grayscale: #474747. Windows color (decimal): -3995827 or 5048259. OLE color: 5048259.

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

Color convert

RGB 195 7 77 -
CMYK 0 0.96 0.61 0.24
HSL 337.66º 0.93% 0.4% -
HSV(B) 337.66º 0.96% 0.76% -
XYZ 23.92 12.29 8.13 -
YUV 71.19 131.28 216.31 -
System Red Green Blue C M Y K H S L
Decimal 195 7 77 0 0.96 0.61 0.24 337.66 0.93 0.4
Hex C3 7 4D 0 60 3D 18 152 5D 28
Octal 303 7 115 0 140 75 30 522 135 50
Binary 11000011 111 1001101 0 1100000 111101 11000 101010010 1011101 101000

Color Harmonies of #C3074D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3074D

Black with #C3074D

Text Example


Text Example

White with #C3074D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3074D; }

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

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

background-color css

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

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

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

border-color css

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

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

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