Html Css Color HEX #C00F3E Cardinal

📋 copy color: '#C00F3E'

red 192 ◦ green 15 ◦ blue 62

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

Shades of Cardinal #C00F3E

Tints of Cardinal #C00F3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 23.05%

R = 71.38%
G = 5.58%
B = 23.05%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.68

 K value IS 0.25

RGB Variations

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

Color information

#C00F3E (or 0xC00F3E) is known color: Cardinal. HEX triplet: C0, 0F and 3E. RGB value is (192,15,62). Sum of RGB (Red+Green+Blue) = 192+15+62=269 (35% of max value = 765). Red value is 192 (75.39% from 255 or 71.38% from 269); Green value is 15 (6.25% from 255 or 5.58% from 269); Blue value is 62 (24.61% from 255 or 23.05% from 269); Max value from RGB is 192 - color contains mainly: red. Hex color #C00F3E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C00F3E is #3FF0C1. Grayscale: #494949. Windows color (decimal): -4190402 or 4067264. OLE color: 4067264.

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

Color convert

RGB 192 15 62 -
CMYK 0 0.92 0.68 0.25
HSL 344.07º 0.86% 0.41% -
HSV(B) 344.07º 0.92% 0.75% -
XYZ 22.78 11.9 5.65 -
YUV 73.28 121.64 212.68 -
System Red Green Blue C M Y K H S L
Decimal 192 15 62 0 0.92 0.68 0.25 344.07 0.86 0.41
Hex C0 F 3E 0 5C 44 19 158 56 29
Octal 300 17 76 0 134 104 31 530 126 51
Binary 11000000 1111 111110 0 1011100 1000100 11001 101011000 1010110 101001

Color Harmonies of #C00F3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00F3E

Black with #C00F3E

Text Example


Text Example

White with #C00F3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00F3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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