Html Css Color HEX #C20730 Cardinal

📋 copy color: '#C20730'

red 194 ◦ green 7 ◦ blue 48

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

Shades of Cardinal #C20730

Tints of Cardinal #C20730

RGB

 RED value IS 194 (76.17% from 255) = 77.91%

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

 BLUE value IS 48 (19.14% from 255) = 19.28%

R = 77.91%
G = 2.81%
B = 19.28%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.75

 K value IS 0.24

RGB Variations

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

Color information

#C20730 (or 0xC20730) is known color: Cardinal. HEX triplet: C2, 07 and 30. RGB value is (194,7,48). Sum of RGB (Red+Green+Blue) = 194+7+48=249 (32% of max value = 765). Red value is 194 (76.17% from 255 or 77.91% from 249); Green value is 7 (3.12% from 255 or 2.81% from 249); Blue value is 48 (19.14% from 255 or 19.28% from 249); Max value from RGB is 194 - color contains mainly: red. Hex color #C20730 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C20730 is #3DF8CF. Grayscale: #434343. Windows color (decimal): -4061392 or 3147714. OLE color: 3147714.

HSL color Cylindrical-coordinate representation of color #C20730: hue angle of 346.84º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C20730 is Cyan = 0, Magento = 0.96, Yellow = 0.75 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 7 48 -
CMYK 0 0.96 0.75 0.24
HSL 346.84º 0.93% 0.39% -
HSV(B) 346.84º 0.96% 0.76% -
XYZ 22.86 11.83 3.88 -
YUV 67.59 116.95 218.17 -
System Red Green Blue C M Y K H S L
Decimal 194 7 48 0 0.96 0.75 0.24 346.84 0.93 0.39
Hex C2 7 30 0 60 4B 18 15B 5D 27
Octal 302 7 60 0 140 113 30 533 135 47
Binary 11000010 111 110000 0 1100000 1001011 11000 101011011 1011101 100111

Color Harmonies of #C20730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20730

Black with #C20730

Text Example


Text Example

White with #C20730

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20730; }

 p { color: rgb(194,7,48); }

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

background-color css

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

 a { background-color: rgb(194,7,48); }

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

border-color css

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

 span { border-color: rgb(194,7,48); }

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