Html Css Color HEX #C2033A Cardinal

📋 copy color: '#C2033A'

red 194 ◦ green 3 ◦ blue 58

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

Shades of Cardinal #C2033A

Tints of Cardinal #C2033A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 22.75%

R = 76.08%
G = 1.18%
B = 22.75%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.70

 K value IS 0.24

RGB Variations

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

Color information

#C2033A (or 0xC2033A) is known color: Cardinal. HEX triplet: C2, 03 and 3A. RGB value is (194,3,58). Sum of RGB (Red+Green+Blue) = 194+3+58=255 (33% of max value = 765). Red value is 194 (76.17% from 255 or 76.08% from 255); Green value is 3 (1.56% from 255 or 1.18% from 255); Blue value is 58 (23.05% from 255 or 22.75% from 255); Max value from RGB is 194 - color contains mainly: red. Hex color #C2033A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C2033A is #3DFCC5. Grayscale: #424242. Windows color (decimal): -4062406 or 3802050. OLE color: 3802050.

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

Color convert

RGB 194 3 58 -
CMYK 0 0.98 0.70 0.24
HSL 342.72º 0.97% 0.39% -
HSV(B) 342.72º 0.98% 0.76% -
XYZ 23.04 11.84 5.07 -
YUV 66.38 123.28 219.03 -
System Red Green Blue C M Y K H S L
Decimal 194 3 58 0 0.98 0.70 0.24 342.72 0.97 0.39
Hex C2 3 3A 0 62 46 18 157 61 27
Octal 302 3 72 0 142 106 30 527 141 47
Binary 11000010 11 111010 0 1100010 1000110 11000 101010111 1100001 100111

Color Harmonies of #C2033A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2033A

Black with #C2033A

Text Example


Text Example

White with #C2033A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2033A; }

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

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

background-color css

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

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

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

border-color css

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

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

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