Html Css Color HEX #C0223D Cardinal

📋 copy color: '#C0223D'

red 192 ◦ green 34 ◦ blue 61

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

Shades of Cardinal #C0223D

Tints of Cardinal #C0223D

RGB

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

 GREEN value IS 34 (13.67% from 255) = 11.85%

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

R = 66.9%
G = 11.85%
B = 21.25%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.68

 K value IS 0.25

RGB Variations

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

Color information

#C0223D (or 0xC0223D) is known color: Cardinal. HEX triplet: C0, 22 and 3D. RGB value is (192,34,61). Sum of RGB (Red+Green+Blue) = 192+34+61=287 (38% of max value = 765). Red value is 192 (75.39% from 255 or 66.90% from 287); Green value is 34 (13.67% from 255 or 11.85% from 287); Blue value is 61 (24.22% from 255 or 21.25% from 287); Max value from RGB is 192 - color contains mainly: red. Hex color #C0223D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C0223D is #3FDDC2. Grayscale: #545454. Windows color (decimal): -4185539 or 4006592. OLE color: 4006592.

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

Color convert

RGB 192 34 61 -
CMYK 0 0.82 0.68 0.25
HSL 349.75º 0.7% 0.44% -
HSV(B) 349.75º 0.82% 0.75% -
XYZ 23.15 12.69 5.64 -
YUV 84.32 114.85 204.8 -
System Red Green Blue C M Y K H S L
Decimal 192 34 61 0 0.82 0.68 0.25 349.75 0.7 0.44
Hex C0 22 3D 0 52 44 19 15E 46 2C
Octal 300 42 75 0 122 104 31 536 106 54
Binary 11000000 100010 111101 0 1010010 1000100 11001 101011110 1000110 101100

Color Harmonies of #C0223D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0223D

Black with #C0223D

Text Example


Text Example

White with #C0223D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0223D; }

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

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

background-color css

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

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

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

border-color css

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

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

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