Html Css Color HEX #C2033D Cardinal

📋 copy color: '#C2033D'

red 194 ◦ green 3 ◦ blue 61

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

Shades of Cardinal #C2033D

Tints of Cardinal #C2033D

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.16%

 BLUE value IS 61 (24.22% from 255) = 23.64%

R = 75.19%
G = 1.16%
B = 23.64%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.69

 K value IS 0.24

RGB Variations

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

Color information

#C2033D (or 0xC2033D) is known color: Cardinal. HEX triplet: C2, 03 and 3D. RGB value is (194,3,61). Sum of RGB (Red+Green+Blue) = 194+3+61=258 (34% of max value = 765). Red value is 194 (76.17% from 255 or 75.19% from 258); Green value is 3 (1.56% from 255 or 1.16% from 258); Blue value is 61 (24.22% from 255 or 23.64% from 258); Max value from RGB is 194 - color contains mainly: red. Hex color #C2033D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C2033D is #3DFCC2. Grayscale: #424242. Windows color (decimal): -4062403 or 3998658. OLE color: 3998658.

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

Color convert

RGB 194 3 61 -
CMYK 0 0.98 0.69 0.24
HSL 341.78º 0.97% 0.39% -
HSV(B) 341.78º 0.98% 0.76% -
XYZ 23.12 11.87 5.49 -
YUV 66.72 124.78 218.78 -
System Red Green Blue C M Y K H S L
Decimal 194 3 61 0 0.98 0.69 0.24 341.78 0.97 0.39
Hex C2 3 3D 0 62 45 18 156 61 27
Octal 302 3 75 0 142 105 30 526 141 47
Binary 11000010 11 111101 0 1100010 1000101 11000 101010110 1100001 100111

Color Harmonies of #C2033D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2033D

Black with #C2033D

Text Example


Text Example

White with #C2033D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2033D; }

 p { color: rgb(194,3,61); }

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

background-color css

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

 a { background-color: rgb(194,3,61); }

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

border-color css

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

 span { border-color: rgb(194,3,61); }

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