Html Css Color HEX #C0223F Cardinal

📋 copy color: '#C0223F'

red 192 ◦ green 34 ◦ blue 63

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

Shades of Cardinal #C0223F

Tints of Cardinal #C0223F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 21.8%

R = 66.44%
G = 11.76%
B = 21.8%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.67

 K value IS 0.25

RGB Variations

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

Color information

#C0223F (or 0xC0223F) is known color: Cardinal. HEX triplet: C0, 22 and 3F. RGB value is (192,34,63). Sum of RGB (Red+Green+Blue) = 192+34+63=289 (38% of max value = 765). Red value is 192 (75.39% from 255 or 66.44% from 289); Green value is 34 (13.67% from 255 or 11.76% from 289); Blue value is 63 (25% from 255 or 21.80% from 289); Max value from RGB is 192 - color contains mainly: red. Hex color #C0223F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C0223F is #3FDDC0. Grayscale: #545454. Windows color (decimal): -4185537 or 4137664. OLE color: 4137664.

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

Color convert

RGB 192 34 63 -
CMYK 0 0.82 0.67 0.25
HSL 348.99º 0.7% 0.44% -
HSV(B) 348.99º 0.82% 0.75% -
XYZ 23.21 12.71 5.93 -
YUV 84.55 115.85 204.64 -
System Red Green Blue C M Y K H S L
Decimal 192 34 63 0 0.82 0.67 0.25 348.99 0.7 0.44
Hex C0 22 3F 0 52 43 19 15D 46 2C
Octal 300 42 77 0 122 103 31 535 106 54
Binary 11000000 100010 111111 0 1010010 1000011 11001 101011101 1000110 101100

Color Harmonies of #C0223F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0223F

Black with #C0223F

Text Example


Text Example

White with #C0223F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0223F; }

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

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

background-color css

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

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

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

border-color css

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

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

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