Html Css Color HEX #C00342 Cardinal

📋 copy color: '#C00342'

red 192 ◦ green 3 ◦ blue 66

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

Shades of Cardinal #C00342

Tints of Cardinal #C00342

RGB

 RED value IS 192 (75.39% from 255) = 73.56%

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

 BLUE value IS 66 (26.17% from 255) = 25.29%

R = 73.56%
G = 1.15%
B = 25.29%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.66

 K value IS 0.25

RGB Variations

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

Color information

#C00342 (or 0xC00342) is known color: Cardinal. HEX triplet: C0, 03 and 42. RGB value is (192,3,66). Sum of RGB (Red+Green+Blue) = 192+3+66=261 (34% of max value = 765). Red value is 192 (75.39% from 255 or 73.56% from 261); Green value is 3 (1.56% from 255 or 1.15% from 261); Blue value is 66 (26.17% from 255 or 25.29% from 261); Max value from RGB is 192 - color contains mainly: red. Hex color #C00342 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C00342 is #3FFCBD. Grayscale: #424242. Windows color (decimal): -4193470 or 4326336. OLE color: 4326336.

HSL color Cylindrical-coordinate representation of color #C00342: hue angle of 340º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C00342 is Cyan = 0, Magento = 0.98, Yellow = 0.66 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 3 66 -
CMYK 0 0.98 0.66 0.25
HSL 340º 0.97% 0.38% -
HSV(B) 340º 0.98% 0.75% -
XYZ 22.75 11.66 6.21 -
YUV 66.69 127.62 217.38 -
System Red Green Blue C M Y K H S L
Decimal 192 3 66 0 0.98 0.66 0.25 340 0.97 0.38
Hex C0 3 42 0 62 42 19 154 61 26
Octal 300 3 102 0 142 102 31 524 141 46
Binary 11000000 11 1000010 0 1100010 1000010 11001 101010100 1100001 100110

Color Harmonies of #C00342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00342

Black with #C00342

Text Example


Text Example

White with #C00342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00342; }

 p { color: rgb(192,3,66); }

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

background-color css

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

 a { background-color: rgb(192,3,66); }

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

border-color css

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

 span { border-color: rgb(192,3,66); }

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