Html Css Color HEX #C20341 Cardinal

📋 copy color: '#C20341'

red 194 ◦ green 3 ◦ blue 65

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

Shades of Cardinal #C20341

Tints of Cardinal #C20341

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 24.81%

R = 74.05%
G = 1.15%
B = 24.81%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.66

 K value IS 0.24

RGB Variations

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

Color information

#C20341 (or 0xC20341) is known color: Cardinal. HEX triplet: C2, 03 and 41. RGB value is (194,3,65). Sum of RGB (Red+Green+Blue) = 194+3+65=262 (34% of max value = 765). Red value is 194 (76.17% from 255 or 74.05% from 262); Green value is 3 (1.56% from 255 or 1.15% from 262); Blue value is 65 (25.78% from 255 or 24.81% from 262); Max value from RGB is 194 - color contains mainly: red. Hex color #C20341 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C20341 is #3DFCBE. Grayscale: #434343. Windows color (decimal): -4062399 or 4260802. OLE color: 4260802.

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

Color convert

RGB 194 3 65 -
CMYK 0 0.98 0.66 0.24
HSL 340.52º 0.97% 0.39% -
HSV(B) 340.52º 0.98% 0.76% -
XYZ 23.23 11.92 6.08 -
YUV 67.18 126.78 218.46 -
System Red Green Blue C M Y K H S L
Decimal 194 3 65 0 0.98 0.66 0.24 340.52 0.97 0.39
Hex C2 3 41 0 62 42 18 155 61 27
Octal 302 3 101 0 142 102 30 525 141 47
Binary 11000010 11 1000001 0 1100010 1000010 11000 101010101 1100001 100111

Color Harmonies of #C20341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20341

Black with #C20341

Text Example


Text Example

White with #C20341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20341; }

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

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

background-color css

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

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

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

border-color css

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

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

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