Html Css Color HEX #C0243D Cardinal

📋 copy color: '#C0243D'

red 192 ◦ green 36 ◦ blue 61

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

Shades of Cardinal #C0243D

Tints of Cardinal #C0243D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 21.11%

R = 66.44%
G = 12.46%
B = 21.11%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.68

 K value IS 0.25

RGB Variations

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

Color information

#C0243D (or 0xC0243D) is known color: Cardinal. HEX triplet: C0, 24 and 3D. RGB value is (192,36,61). Sum of RGB (Red+Green+Blue) = 192+36+61=289 (38% of max value = 765). Red value is 192 (75.39% from 255 or 66.44% from 289); Green value is 36 (14.45% from 255 or 12.46% from 289); Blue value is 61 (24.22% from 255 or 21.11% from 289); Max value from RGB is 192 - color contains mainly: red. Hex color #C0243D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C0243D is #3FDBC2. Grayscale: #555555. Windows color (decimal): -4185027 or 4007104. OLE color: 4007104.

HSL color Cylindrical-coordinate representation of color #C0243D: hue angle of 350.38º 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 #C0243D is Cyan = 0, Magento = 0.81, Yellow = 0.68 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 36 61 -
CMYK 0 0.81 0.68 0.25
HSL 350.38º 0.68% 0.45% -
HSV(B) 350.38º 0.81% 0.75% -
XYZ 23.21 12.81 5.66 -
YUV 85.49 114.18 203.97 -
System Red Green Blue C M Y K H S L
Decimal 192 36 61 0 0.81 0.68 0.25 350.38 0.68 0.45
Hex C0 24 3D 0 51 44 19 15E 44 2D
Octal 300 44 75 0 121 104 31 536 104 55
Binary 11000000 100100 111101 0 1010001 1000100 11001 101011110 1000100 101101

Color Harmonies of #C0243D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0243D

Black with #C0243D

Text Example


Text Example

White with #C0243D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0243D; }

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

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

background-color css

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

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

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

border-color css

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

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

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