Html Css Color HEX #C0203F Cardinal

📋 copy color: '#C0203F'

red 192 ◦ green 32 ◦ blue 63

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

Shades of Cardinal #C0203F

Tints of Cardinal #C0203F

RGB

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

 GREEN value IS 32 (12.89% from 255) = 11.15%

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

R = 66.9%
G = 11.15%
B = 21.95%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.67

 K value IS 0.25

RGB Variations

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

Color information

#C0203F (or 0xC0203F) is known color: Cardinal. HEX triplet: C0, 20 and 3F. RGB value is (192,32,63). Sum of RGB (Red+Green+Blue) = 192+32+63=287 (38% of max value = 765). Red value is 192 (75.39% from 255 or 66.90% from 287); Green value is 32 (12.89% from 255 or 11.15% from 287); Blue value is 63 (25% from 255 or 21.95% from 287); Max value from RGB is 192 - color contains mainly: red. Hex color #C0203F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C0203F is #3FDFC0. Grayscale: #535353. Windows color (decimal): -4186049 or 4137152. OLE color: 4137152.

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

Color convert

RGB 192 32 63 -
CMYK 0 0.83 0.67 0.25
HSL 348.38º 0.71% 0.44% -
HSV(B) 348.38º 0.83% 0.75% -
XYZ 23.15 12.6 5.91 -
YUV 83.37 116.51 205.48 -
System Red Green Blue C M Y K H S L
Decimal 192 32 63 0 0.83 0.67 0.25 348.38 0.71 0.44
Hex C0 20 3F 0 53 43 19 15C 47 2C
Octal 300 40 77 0 123 103 31 534 107 54
Binary 11000000 100000 111111 0 1010011 1000011 11001 101011100 1000111 101100

Color Harmonies of #C0203F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0203F

Black with #C0203F

Text Example


Text Example

White with #C0203F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0203F; }

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

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

background-color css

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

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

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

border-color css

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

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

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