Html Css Color HEX #C2023A Cardinal

📋 copy color: '#C2023A'

red 194 ◦ green 2 ◦ blue 58

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

Shades of Cardinal #C2023A

Tints of Cardinal #C2023A

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.79%

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

R = 76.38%
G = 0.79%
B = 22.83%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.70

 K value IS 0.24

RGB Variations

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

Color information

#C2023A (or 0xC2023A) is known color: Cardinal. HEX triplet: C2, 02 and 3A. RGB value is (194,2,58). Sum of RGB (Red+Green+Blue) = 194+2+58=254 (33% of max value = 765). Red value is 194 (76.17% from 255 or 76.38% from 254); Green value is 2 (1.17% from 255 or 0.79% from 254); Blue value is 58 (23.05% from 255 or 22.83% from 254); Max value from RGB is 194 - color contains mainly: red. Hex color #C2023A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C2023A is #3DFDC5. Grayscale: #414141. Windows color (decimal): -4062662 or 3801794. OLE color: 3801794.

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

Color convert

RGB 194 2 58 -
CMYK 0 0.99 0.70 0.24
HSL 342.5º 0.98% 0.38% -
HSV(B) 342.5º 0.99% 0.76% -
XYZ 23.03 11.82 5.07 -
YUV 65.79 123.61 219.45 -
System Red Green Blue C M Y K H S L
Decimal 194 2 58 0 0.99 0.70 0.24 342.5 0.98 0.38
Hex C2 2 3A 0 63 46 18 156 62 26
Octal 302 2 72 0 143 106 30 526 142 46
Binary 11000010 10 111010 0 1100011 1000110 11000 101010110 1100010 100110

Color Harmonies of #C2023A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2023A

Black with #C2023A

Text Example


Text Example

White with #C2023A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2023A; }

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

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

background-color css

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

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

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

border-color css

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

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

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