Html Css Color HEX #C01E3D Cardinal

📋 copy color: '#C01E3D'

red 192 ◦ green 30 ◦ blue 61

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

Shades of Cardinal #C01E3D

Tints of Cardinal #C01E3D

RGB

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

 GREEN value IS 30 (12.11% from 255) = 10.6%

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

R = 67.84%
G = 10.6%
B = 21.55%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.68

 K value IS 0.25

RGB Variations

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

Color information

#C01E3D (or 0xC01E3D) is known color: Cardinal. HEX triplet: C0, 1E and 3D. RGB value is (192,30,61). Sum of RGB (Red+Green+Blue) = 192+30+61=283 (37% of max value = 765). Red value is 192 (75.39% from 255 or 67.84% from 283); Green value is 30 (12.11% from 255 or 10.60% from 283); Blue value is 61 (24.22% from 255 or 21.55% from 283); Max value from RGB is 192 - color contains mainly: red. Hex color #C01E3D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C01E3D is #3FE1C2. Grayscale: #525252. Windows color (decimal): -4186563 or 4005568. OLE color: 4005568.

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

Color convert

RGB 192 30 61 -
CMYK 0 0.84 0.68 0.25
HSL 348.52º 0.73% 0.44% -
HSV(B) 348.52º 0.84% 0.75% -
XYZ 23.04 12.47 5.61 -
YUV 81.97 116.17 206.48 -
System Red Green Blue C M Y K H S L
Decimal 192 30 61 0 0.84 0.68 0.25 348.52 0.73 0.44
Hex C0 1E 3D 0 54 44 19 15D 49 2C
Octal 300 36 75 0 124 104 31 535 111 54
Binary 11000000 11110 111101 0 1010100 1000100 11001 101011101 1001001 101100

Color Harmonies of #C01E3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01E3D

Black with #C01E3D

Text Example


Text Example

White with #C01E3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01E3D; }

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

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

background-color css

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

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

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

border-color css

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

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

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