Html Css Color HEX #C00F44 Cardinal

📋 copy color: '#C00F44'

red 192 ◦ green 15 ◦ blue 68

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

Shades of Cardinal #C00F44

Tints of Cardinal #C00F44

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.45%

 BLUE value IS 68 (26.95% from 255) = 24.73%

R = 69.82%
G = 5.45%
B = 24.73%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.65

 K value IS 0.25

RGB Variations

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

Color information

#C00F44 (or 0xC00F44) is known color: Cardinal. HEX triplet: C0, 0F and 44. RGB value is (192,15,68). Sum of RGB (Red+Green+Blue) = 192+15+68=275 (36% of max value = 765). Red value is 192 (75.39% from 255 or 69.82% from 275); Green value is 15 (6.25% from 255 or 5.45% from 275); Blue value is 68 (26.95% from 255 or 24.73% from 275); Max value from RGB is 192 - color contains mainly: red. Hex color #C00F44 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C00F44 is #3FF0BB. Grayscale: #494949. Windows color (decimal): -4190396 or 4460480. OLE color: 4460480.

HSL color Cylindrical-coordinate representation of color #C00F44: hue angle of 342.03º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C00F44 is Cyan = 0, Magento = 0.92, Yellow = 0.65 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 15 68 -
CMYK 0 0.92 0.65 0.25
HSL 342.03º 0.86% 0.41% -
HSV(B) 342.03º 0.92% 0.75% -
XYZ 22.95 11.97 6.57 -
YUV 73.97 124.64 212.19 -
System Red Green Blue C M Y K H S L
Decimal 192 15 68 0 0.92 0.65 0.25 342.03 0.86 0.41
Hex C0 F 44 0 5C 41 19 156 56 29
Octal 300 17 104 0 134 101 31 526 126 51
Binary 11000000 1111 1000100 0 1011100 1000001 11001 101010110 1010110 101001

Color Harmonies of #C00F44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00F44

Black with #C00F44

Text Example


Text Example

White with #C00F44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00F44; }

 p { color: rgb(192,15,68); }

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

background-color css

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

 a { background-color: rgb(192,15,68); }

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

border-color css

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

 span { border-color: rgb(192,15,68); }

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