Html Css Color HEX #C01C3F Cardinal

📋 copy color: '#C01C3F'

red 192 ◦ green 28 ◦ blue 63

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

Shades of Cardinal #C01C3F

Tints of Cardinal #C01C3F

RGB

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

 GREEN value IS 28 (11.33% from 255) = 9.89%

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

R = 67.84%
G = 9.89%
B = 22.26%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.67

 K value IS 0.25

RGB Variations

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

Color information

#C01C3F (or 0xC01C3F) is known color: Cardinal. HEX triplet: C0, 1C and 3F. RGB value is (192,28,63). Sum of RGB (Red+Green+Blue) = 192+28+63=283 (37% of max value = 765). Red value is 192 (75.39% from 255 or 67.84% from 283); Green value is 28 (11.33% from 255 or 9.89% from 283); Blue value is 63 (25% from 255 or 22.26% from 283); Max value from RGB is 192 - color contains mainly: red. Hex color #C01C3F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C01C3F is #3FE3C0. Grayscale: #515151. Windows color (decimal): -4187073 or 4136128. OLE color: 4136128.

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

Color convert

RGB 192 28 63 -
CMYK 0 0.85 0.67 0.25
HSL 347.2º 0.75% 0.43% -
HSV(B) 347.2º 0.85% 0.75% -
XYZ 23.05 12.4 5.88 -
YUV 81.03 117.83 207.15 -
System Red Green Blue C M Y K H S L
Decimal 192 28 63 0 0.85 0.67 0.25 347.2 0.75 0.43
Hex C0 1C 3F 0 55 43 19 15B 4B 2B
Octal 300 34 77 0 125 103 31 533 113 53
Binary 11000000 11100 111111 0 1010101 1000011 11001 101011011 1001011 101011

Color Harmonies of #C01C3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01C3F

Black with #C01C3F

Text Example


Text Example

White with #C01C3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01C3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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