Html Css Color HEX #C20633 Cardinal

📋 copy color: '#C20633'

red 194 ◦ green 6 ◦ blue 51

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

Shades of Cardinal #C20633

Tints of Cardinal #C20633

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.39%

 BLUE value IS 51 (20.31% from 255) = 20.32%

R = 77.29%
G = 2.39%
B = 20.32%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.74

 K value IS 0.24

RGB Variations

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

Color information

#C20633 (or 0xC20633) is known color: Cardinal. HEX triplet: C2, 06 and 33. RGB value is (194,6,51). Sum of RGB (Red+Green+Blue) = 194+6+51=251 (33% of max value = 765). Red value is 194 (76.17% from 255 or 77.29% from 251); Green value is 6 (2.73% from 255 or 2.39% from 251); Blue value is 51 (20.31% from 255 or 20.32% from 251); Max value from RGB is 194 - color contains mainly: red. Hex color #C20633 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C20633 is #3DF9CC. Grayscale: #434343. Windows color (decimal): -4061645 or 3344066. OLE color: 3344066.

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

Color convert

RGB 194 6 51 -
CMYK 0 0.97 0.74 0.24
HSL 345.64º 0.94% 0.39% -
HSV(B) 345.64º 0.97% 0.76% -
XYZ 22.91 11.84 4.21 -
YUV 67.34 118.78 218.34 -
System Red Green Blue C M Y K H S L
Decimal 194 6 51 0 0.97 0.74 0.24 345.64 0.94 0.39
Hex C2 6 33 0 61 4A 18 15A 5E 27
Octal 302 6 63 0 141 112 30 532 136 47
Binary 11000010 110 110011 0 1100001 1001010 11000 101011010 1011110 100111

Color Harmonies of #C20633

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20633

Black with #C20633

Text Example


Text Example

White with #C20633

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20633; }

 p { color: rgb(194,6,51); }

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

background-color css

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

 a { background-color: rgb(194,6,51); }

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

border-color css

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

 span { border-color: rgb(194,6,51); }

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