Html Css Color HEX #C01645 Cardinal

📋 copy color: '#C01645'

red 192 ◦ green 22 ◦ blue 69

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

Shades of Cardinal #C01645

Tints of Cardinal #C01645

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.77%

 BLUE value IS 69 (27.34% from 255) = 24.38%

R = 67.84%
G = 7.77%
B = 24.38%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.64

 K value IS 0.25

RGB Variations

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

Color information

#C01645 (or 0xC01645) is known color: Cardinal. HEX triplet: C0, 16 and 45. RGB value is (192,22,69). Sum of RGB (Red+Green+Blue) = 192+22+69=283 (37% of max value = 765). Red value is 192 (75.39% from 255 or 67.84% from 283); Green value is 22 (8.98% from 255 or 7.77% from 283); Blue value is 69 (27.34% from 255 or 24.38% from 283); Max value from RGB is 192 - color contains mainly: red. Hex color #C01645 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C01645 is #3FE9BA. Grayscale: #4E4E4E. Windows color (decimal): -4188603 or 4527808. OLE color: 4527808.

HSL color Cylindrical-coordinate representation of color #C01645: hue angle of 343.41º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C01645 is Cyan = 0, Magento = 0.89, Yellow = 0.64 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 22 69 -
CMYK 0 0.89 0.64 0.25
HSL 343.41º 0.79% 0.42% -
HSV(B) 343.41º 0.89% 0.75% -
XYZ 23.1 12.21 6.77 -
YUV 78.19 122.82 209.18 -
System Red Green Blue C M Y K H S L
Decimal 192 22 69 0 0.89 0.64 0.25 343.41 0.79 0.42
Hex C0 16 45 0 59 40 19 157 4F 2A
Octal 300 26 105 0 131 100 31 527 117 52
Binary 11000000 10110 1000101 0 1011001 1000000 11001 101010111 1001111 101010

Color Harmonies of #C01645

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01645

Black with #C01645

Text Example


Text Example

White with #C01645

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01645; }

 p { color: rgb(192,22,69); }

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

background-color css

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

 a { background-color: rgb(192,22,69); }

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

border-color css

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

 span { border-color: rgb(192,22,69); }

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