Html Css Color HEX #C0243C Cardinal

📋 copy color: '#C0243C'

red 192 ◦ green 36 ◦ blue 60

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

Shades of Cardinal #C0243C

Tints of Cardinal #C0243C

RGB

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

 GREEN value IS 36 (14.45% from 255) = 12.5%

 BLUE value IS 60 (23.83% from 255) = 20.83%

R = 66.67%
G = 12.5%
B = 20.83%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.69

 K value IS 0.25

RGB Variations

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

Color information

#C0243C (or 0xC0243C) is known color: Cardinal. HEX triplet: C0, 24 and 3C. RGB value is (192,36,60). Sum of RGB (Red+Green+Blue) = 192+36+60=288 (38% of max value = 765). Red value is 192 (75.39% from 255 or 66.67% from 288); Green value is 36 (14.45% from 255 or 12.5% from 288); Blue value is 60 (23.83% from 255 or 20.83% from 288); Max value from RGB is 192 - color contains mainly: red. Hex color #C0243C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C0243C is #3FDBC3. Grayscale: #555555. Windows color (decimal): -4185028 or 3941568. OLE color: 3941568.

HSL color Cylindrical-coordinate representation of color #C0243C: hue angle of 350.77º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C0243C is Cyan = 0, Magento = 0.81, Yellow = 0.69 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 36 60 -
CMYK 0 0.81 0.69 0.25
HSL 350.77º 0.68% 0.45% -
HSV(B) 350.77º 0.81% 0.75% -
XYZ 23.18 12.79 5.52 -
YUV 85.38 113.68 204.05 -
System Red Green Blue C M Y K H S L
Decimal 192 36 60 0 0.81 0.69 0.25 350.77 0.68 0.45
Hex C0 24 3C 0 51 45 19 15F 44 2D
Octal 300 44 74 0 121 105 31 537 104 55
Binary 11000000 100100 111100 0 1010001 1000101 11001 101011111 1000100 101101

Color Harmonies of #C0243C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0243C

Black with #C0243C

Text Example


Text Example

White with #C0243C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0243C; }

 p { color: rgb(192,36,60); }

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

background-color css

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

 a { background-color: rgb(192,36,60); }

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

border-color css

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

 span { border-color: rgb(192,36,60); }

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