Html Css Color HEX #C00F43 Cardinal

📋 copy color: '#C00F43'

red 192 ◦ green 15 ◦ blue 67

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

Shades of Cardinal #C00F43

Tints of Cardinal #C00F43

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 24.45%

R = 70.07%
G = 5.47%
B = 24.45%

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

#C00F43 (or 0xC00F43) is known color: Cardinal. HEX triplet: C0, 0F and 43. RGB value is (192,15,67). Sum of RGB (Red+Green+Blue) = 192+15+67=274 (36% of max value = 765). Red value is 192 (75.39% from 255 or 70.07% from 274); Green value is 15 (6.25% from 255 or 5.47% from 274); Blue value is 67 (26.56% from 255 or 24.45% from 274); Max value from RGB is 192 - color contains mainly: red. Hex color #C00F43 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C00F43 is #3FF0BC. Grayscale: #494949. Windows color (decimal): -4190397 or 4394944. OLE color: 4394944.

HSL color Cylindrical-coordinate representation of color #C00F43: hue angle of 342.37º 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 #C00F43 is Cyan = 0, Magento = 0.92, Yellow = 0.65 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 15 67 -
CMYK 0 0.92 0.65 0.25
HSL 342.37º 0.86% 0.41% -
HSV(B) 342.37º 0.92% 0.75% -
XYZ 22.92 11.95 6.41 -
YUV 73.85 124.14 212.27 -
System Red Green Blue C M Y K H S L
Decimal 192 15 67 0 0.92 0.65 0.25 342.37 0.86 0.41
Hex C0 F 43 0 5C 41 19 156 56 29
Octal 300 17 103 0 134 101 31 526 126 51
Binary 11000000 1111 1000011 0 1011100 1000001 11001 101010110 1010110 101001

Color Harmonies of #C00F43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00F43

Black with #C00F43

Text Example


Text Example

White with #C00F43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00F43; }

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

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

background-color css

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

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

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

border-color css

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

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

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