Html Css Color HEX #C0223B Cardinal

📋 copy color: '#C0223B'

red 192 ◦ green 34 ◦ blue 59

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

Shades of Cardinal #C0223B

Tints of Cardinal #C0223B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 20.7%

R = 67.37%
G = 11.93%
B = 20.7%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.69

 K value IS 0.25

RGB Variations

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

Color information

#C0223B (or 0xC0223B) is known color: Cardinal. HEX triplet: C0, 22 and 3B. RGB value is (192,34,59). Sum of RGB (Red+Green+Blue) = 192+34+59=285 (37% of max value = 765). Red value is 192 (75.39% from 255 or 67.37% from 285); Green value is 34 (13.67% from 255 or 11.93% from 285); Blue value is 59 (23.44% from 255 or 20.70% from 285); Max value from RGB is 192 - color contains mainly: red. Hex color #C0223B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C0223B is #3FDDC4. Grayscale: #545454. Windows color (decimal): -4185541 or 3875520. OLE color: 3875520.

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

Color convert

RGB 192 34 59 -
CMYK 0 0.82 0.69 0.25
HSL 350.51º 0.7% 0.44% -
HSV(B) 350.51º 0.82% 0.75% -
XYZ 23.1 12.67 5.37 -
YUV 84.09 113.85 204.97 -
System Red Green Blue C M Y K H S L
Decimal 192 34 59 0 0.82 0.69 0.25 350.51 0.7 0.44
Hex C0 22 3B 0 52 45 19 15F 46 2C
Octal 300 42 73 0 122 105 31 537 106 54
Binary 11000000 100010 111011 0 1010010 1000101 11001 101011111 1000110 101100

Color Harmonies of #C0223B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0223B

Black with #C0223B

Text Example


Text Example

White with #C0223B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0223B; }

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

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

background-color css

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

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

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

border-color css

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

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

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