Html Css Color HEX #C4073C Cardinal

📋 copy color: '#C4073C'

red 196 ◦ green 7 ◦ blue 60

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

Shades of Cardinal #C4073C

Tints of Cardinal #C4073C

RGB

 RED value IS 196 (76.95% from 255) = 74.52%

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

 BLUE value IS 60 (23.83% from 255) = 22.81%

R = 74.52%
G = 2.66%
B = 22.81%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.69

 K value IS 0.23

RGB Variations

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

Color information

#C4073C (or 0xC4073C) is known color: Cardinal. HEX triplet: C4, 07 and 3C. RGB value is (196,7,60). Sum of RGB (Red+Green+Blue) = 196+7+60=263 (34% of max value = 765). Red value is 196 (76.95% from 255 or 74.52% from 263); Green value is 7 (3.12% from 255 or 2.66% from 263); Blue value is 60 (23.83% from 255 or 22.81% from 263); Max value from RGB is 196 - color contains mainly: red. Hex color #C4073C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C4073C is #3BF8C3. Grayscale: #454545. Windows color (decimal): -3930308 or 3934148. OLE color: 3934148.

HSL color Cylindrical-coordinate representation of color #C4073C: hue angle of 343.17º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C4073C is Cyan = 0, Magento = 0.96, Yellow = 0.69 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 7 60 -
CMYK 0 0.96 0.69 0.23
HSL 343.17º 0.93% 0.4% -
HSV(B) 343.17º 0.96% 0.77% -
XYZ 23.66 12.21 5.39 -
YUV 69.55 122.62 218.19 -
System Red Green Blue C M Y K H S L
Decimal 196 7 60 0 0.96 0.69 0.23 343.17 0.93 0.4
Hex C4 7 3C 0 60 45 17 157 5D 28
Octal 304 7 74 0 140 105 27 527 135 50
Binary 11000100 111 111100 0 1100000 1000101 10111 101010111 1011101 101000

Color Harmonies of #C4073C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4073C

Black with #C4073C

Text Example


Text Example

White with #C4073C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4073C; }

 p { color: rgb(196,7,60); }

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

background-color css

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

 a { background-color: rgb(196,7,60); }

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

border-color css

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

 span { border-color: rgb(196,7,60); }

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